-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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
{
"name": "pipboy",
"version": "0.0.1",
"description": "",
"main": "index.html",
"scripts": {
"test": "grunt build"
},
"repository": {
"type": "git",
"url": "git://github.com/padsbanger/pipboy.git"
},
"keywords": [
"Grunt",
"Angular.js"
],
"author": "Michal Lach",
"license": "MIT",
"devDependencies": {
"grunt-concurrent": "^1.0.0",
"grunt-cli": "^0.1.13",
"less": "^2.5.0",
"grunt-mkdir": "^0.1.2",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.10.1",
"load-grunt-tasks": "^3.1.0",
"grunt-newer": "^1.1.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-uglify": "^0.8.1",
"grunt-contrib-clean": "^0.6.0",
"time-grunt": "^1.1.0",
"grunt-karma": "^0.10.1",
"karma": "^0.12.31",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-script-launcher": "^0.1.0",
"jasmine-reporters": "^2.0.5",
"karma-junit-reporter": "^0.2.2",
"grunt-contrib-copy": "^0.8.0",
"jasmine-core": "^2.2.0",
"karma-jasmine": "^0.3.5",
"matchdep": "^0.3.0",
"karma-coverage": "^0.2.7",
"karma-phantomjs-launcher": "^0.1.4",
"grunt-karma-coveralls": "^2.5.2"
}
}