-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 968 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
35
36
37
38
39
40
41
42
43
{
"name": "barelief",
"version": "0.0.1",
"description": "Image objects recognition",
"main": "index.js",
"scripts": {
"start": "babel-node app.js",
"pack": "babel index.js > app.js",
"prod": "node app.js",
"test": "echo 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vintlucky777/barelief.git"
},
"keywords": [
"neural",
"networks",
"perceptron",
"recognition",
"image"
],
"author": "Victor Klochikhin",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/vintlucky777/barelief/issues"
},
"homepage": "https://github.com/vintlucky777/barelief#readme",
"dependencies": {
"babel-polyfill": "6.9.1",
"cool-ascii-faces": "1.3.4",
"express": "4.14.0"
},
"devDependencies": {
"babel-cli": "6.10.1",
"babel-core": "6.10.4",
"babel-preset-es2015": "6.9.0",
"babel-preset-stage-0": "6.5.0"
},
"engines": {
"node": "4.2.5"
}
}