-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "food_fight",
"version": "1.0.0",
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"main": "public/js/app.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt karma",
"postinstall": "grunt",
"start": "http-server ./public/ -p $PORT"
},
"author": "",
"license": "ISC",
"devDependencies": {},
"dependencies": {
"angular": "^1.6.4",
"angular-mocks": "^1.6.4",
"angular-ui-router": "^0.4.2",
"babel-preset-es2015": "^6.24.1",
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"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.6.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.2.0"
}
}