-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 894 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
{
"name": "angular-graph-app",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start-server": "./bin/start-server",
"all-test": "./bin/all-test",
"build-css": "./bin/build-css",
"watch-css": "./bin/watch-css",
"build-production": "./bin/build-production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielwheeler1987/angular-graph-app.git"
},
"author": "Daniel Wheeler",
"license": "MIT",
"bugs": {
"url": "https://github.com/danielwheeler1987/angular-graph-app/issues"
},
"homepage": "https://github.com/danielwheeler1987/angular-graph-app#readme",
"dependencies": {
"angular": "^1.5.6",
"angularjs-slider": "^4.0.2",
"d3": "^3.5.17",
"ngcomponentrouter": "^2.1.0",
"nvd3": "^1.8.3"
},
"devDependencies": {
"node-sass": "^3.7.0",
"nodemon": "^1.9.2"
}
}