forked from jarlefosen/INF5750-group-assignment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 889 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
{
"name": "FireHorse",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/jarlefosen/INF5750-group-assignment.git"
},
"devDependencies": {
"bower": "^1.3.12",
"eslint": "^0.9.2",
"grunt": "^0.4.5",
"grunt-eslint": "^2.0.0",
"grunt-html-angular-validate": "^0.4.0",
"grunt-karma": "^0.9.0",
"grunt-w3c-validation": "^0.1.16",
"http-server": "^0.7.2",
"karma": "^0.12.24",
"karma-jasmine": "^0.2.3",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"requirejs": "^2.1.14"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "http-server www -p 8080 -c-1 -o",
"zip": "cd www; zip -r ../firehorse.zip *; cd ..",
"install-grunt": "npm install -g grunt-cli"
},
"dependencies": {}
}