-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 KB
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
42
43
{
"name": "slaughter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "./build.sh",
"watch": "./node_modules/.bin/nodemon --watch ./lib --ext ts,html --exec bash ./build.sh",
"install": "./node_modules/.bin/typings install",
"server": "node ./lib/server.js",
"worker": "node ./aituning/worker.js"
},
"author": "",
"license": "MIT",
"devDependencies": {
"browserify": "^13.1.1",
"http-server": "^0.9.0",
"nodemon": "^1.11.0",
"tsify": "^2.0.3",
"typescript": "^2.0.10",
"typings": "^2.0.0",
"colors": "^1.1.2"
},
"dependencies": {
"amqp-stats": "0.0.14",
"amqplib": "^0.5.1",
"backbone": "^1.3.3",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"express": "^4.14.0",
"genetic-js": "git+https://github.com/richardklafter/genetic-js.git",
"interact.js": "^1.2.6",
"jquery": "^3.1.1",
"lodash": "^4.17.2",
"moniker": "^0.1.2",
"request": "^2.79.0",
"sleep": "^5.1.0",
"snapsvg": "^0.4.0",
"three": "^0.82.1",
"underscore": "^1.8.3",
"ws": "^1.1.1"
}
}