forked from LivelyKernel/LivelyKernel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 866 Bytes
/
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
{
"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",
"colorize": "~0.1",
"file-fuser": ">=0.0.8",
"life_star": ">=0.8.0",
"optparse": "~1.0",
"shelljs": "~0.2",
"sqlite3": "~3.0.5",
"watch": "~0.8.0",
"websocket": "1.0.17",
"lively-loader": ">=0.2.4",
"lively.lang": ">=0.4.1"
},
"scripts": {
"test": "$npm_node_execpath bin/lk-test.js",
"start": "$npm_node_execpath bin/lk-server.js"
},
"config": {
"testQuery": ""
},
"devDependencies": {},
"optionalDependencies": {}
}