forked from LivelyKernel/LivelyKernel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 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": {
"ace.improved": "git://github.com/rksm/ace.improved.git#master",
"async": "~0.9",
"babel-core": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"colorize": "~0.1",
"escodegen": "^1.8.0",
"life_star": ">=0.8.5",
"lively-loader": "^0.3.2",
"lively.ast": "^0.2.19",
"lively.lang": "^0.7",
"nrepl-client": "git://github.com/rksm/node-nrepl-client.git#master",
"optparse": "~1.0",
"paredit.js": "git://github.com/rksm/paredit.js.git#master",
"shelljs": "^0.5",
"source-map-concat": "^1.0.0",
"sqlite3": "^3.1.8",
"watch": "^0.17",
"websocket": "1.0.22"
},
"scripts": {
"test": "$npm_node_execpath bin/lk-test.js",
"start": "$npm_node_execpath bin/lk-server.js"
},
"config": {
"testQuery": ""
},
"devDependencies": {},
"optionalDependencies": {}
}