-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
99 lines (99 loc) · 2.74 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "electricbrain",
"version": "0.4.3",
"description": "Electric Brain is the AI platform for people with a deadline.",
"keyworks": [
"api",
"deep-learning",
"machine-learning",
"electric-brain",
"electricbrain"
],
"homepage": "https://www.electricbrain.io/",
"license": "AGPL-3.0",
"author": "Electric Brain Software Corporation <[email protected]>",
"main": "server/index.js",
"engines": {
"node": ">=4.2.6"
},
"preferGlobal": true,
"bin": {
"ebapi": "bin/ebapi.js",
"ebapplication": "bin/ebapplication.js",
"ebworker": "bin/ebworker.js"
},
"scripts": {
"grunt": "node_modules/grunt/bin/grunt",
"bower": "/usr/bin/env HOME='' node_modules/bower/bin/bower --allow-root install",
"postinstall": "/usr/bin/env HOME='' node_modules/bower/bin/bower --allow-root install && node_modules/grunt/bin/grunt"
},
"repository": {
"type": "mercurial",
"url": "bitbucket:electricbrain/electric-brain"
},
"dependencies": {
"ajv": "^4.1.5",
"async": "^2.0.0-rc.6",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"beaver": "^0.1.23",
"bluebird": "^3.5.0",
"body-parser": "^1.15.2",
"bower": "^1.8.0",
"bson": "^0.5.5",
"chunking-streams": "0.0.8",
"compute-cosine-similarity": "^1.0.0",
"compute-quantile": "^1.0.1",
"convict": "^3.0.0",
"date.js": "^0.3.1",
"deep-diff": "^0.3.4",
"deepcopy": "^0.6.3",
"dot": "^1.0.3",
"express": "^4.14.0",
"farmhash": "^1.2.1",
"fast-csv": "^2.3.0",
"file-type": "^3.8.0",
"flat": "^2.0.1",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-curl": "^2.2.1",
"grunt-if-missing": "^1.0.1",
"grunt-mkdir": "^1.0.0",
"grunt-webpack": "^1.0.18",
"grunt-zip": "^0.17.1",
"handlebars": "^4.0.5",
"http-status-codes": "^1.0.6",
"jailed": "^0.3.1",
"jimp": "^0.2.27",
"json-loader": "^0.5.4",
"left-pad": "^1.1.1",
"mathjs": "^3.5.3",
"moment": "^2.17.1",
"momentjs": "^2.0.0",
"mongodb": "^2.2.15",
"natural": "^0.5.1",
"recursive-readdir": "^2.1.0",
"request": "^2.73.0",
"rwlock": "^5.0.0",
"sharp": "^0.17.1",
"socket.io": "^1.4.8",
"socket.io-amqp": "^1.0.1",
"spark-md5": "^2.0.2",
"temp": "^0.8.3",
"tus-node-server": "https://github.com/electricbrainio/tus-node-server.git#72995a4",
"underscore": "^1.8.3",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"devDependencies": {
"mocha": "^3.0.2"
},
"node_deb": {
"init": "systemd",
"version": "0.0.1-beta",
"start_command": "/usr/bin/node server/server.js"
}
}