-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "agents_neural_network",
"version": "0.0.5",
"description": "",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp serve"
},
"repository": {
"type": "git",
"url": "git@bitbucket.org:MartynovMax/agents_neural_network.git"
},
"author": "Martynov Max",
"license": "ISC",
"dependencies": {
"angular": "1.5.9",
"save-svg-as-png": "1.0.3",
"svg-pan-zoom": "git://github.com/ariutta/svg-pan-zoom",
"svg.draggable.js": "2.2.0",
"svg.easing.js": "2.0.0",
"svg.js": "2.3.6",
"svg.path.js": "0.6.2",
"svg.resize.js": "1.4.0",
"svg.select.js": "2.0.3",
"synaptic": "^1.0.8"
},
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.5.6",
"gulp-bump": "^2.7.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-git": "^2.0.0",
"gulp-inject": "^4.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-size": "^2.1.0",
"gulp-uglify": "^2.0.0",
"opn": "^4.0.2",
"yargs": "^6.6.0"
}
}