forked from LivelyKernel/LivelyKernel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"author": "The Lively Kernel Team <[email protected]>",
"name": "livelykernel",
"description": "The Lively Kernel core system",
"version": "2.2.0",
"homepage": "http://lively-web.org",
"repository": {
"type": "git",
"url": "https://github.com/LivelyKernel/LivelyKernel.git"
},
"main": "core/lively/bootstrap.js",
"dependencies": {
"async": "^0.9.2",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"colorize": "^0.1.0",
"escodegen": "^1.12.0",
"life_star": "^0.8.10",
"lively-loader": "^0.2.5",
"lively.ast": "^0.7.46",
"lively.lang": "^0.7.9",
"mysql": "^2.17.1",
"optparse": "^1.0.5",
"shelljs": "^0.5.3",
"source-map-concat": "^1.0.1",
"sqlite3": "^4.1.0",
"watch": "^0.17.1",
"websocket": "^1.0.31"
},
"scripts": {
"test": "$npm_node_execpath bin/lk-test.js",
"start": "$npm_node_execpath bin/lk-server.js"
},
"config": {
"testQuery": ""
},
"devDependencies": {
"forever": "^3.0.0"
},
"optionalDependencies": {}
}