-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.37 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
{
"name": "iron-yard-final-project",
"version": "1.0.0",
"description": "Final project for The Iron Yard-Fall 2016 cohort",
"main": "src/server/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node . "
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmdembe/final-project.git"
},
"author": "Jessica Dembe",
"license": "ISC",
"bugs": {
"url": "https://github.com/jmdembe/final-project/issues"
},
"homepage": "https://github.com/jmdembe/final-project#readme",
"devDependencies": {
"angular-mocks": "^1.6.4",
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-karma": "^2.0.0",
"karma": "^1.7.0",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"mocha": "^3.4.2",
"phantomjs-prebuilt": "^2.1.14"
},
"dependencies": {
"angular": "^1.6.4",
"angular-chart.js": "^1.1.1",
"angular-ui-router": "^0.3.2",
"body-parser": "^1.17.2",
"chart.js": "^2.6.0",
"d3": "^4.9.1",
"express": "^4.15.3",
"http-server": "^0.9.0",
"mongodb": "^2.2.27"
}
}