-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
executable file
·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": "fabscan-frontend",
"author": "Mario Lukas <info@mariolukas.de>",
"description": "FabScan Frontend",
"bugs": {
"url": "http://github.com/mariolukas/fabscan-frontend"
},
"repository": {
"type": "GIT",
"url": "http://github.com/mariolukas/fabscan-frontend"
},
"engines": {
"node": ">= 0.8.4"
},
"dependencies": {},
"devDependencies": {
"coffeescript": "^2.4.1",
"grunt": "^1.0.4",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-coffee": "2.1.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-karma": "3.0.2",
"grunt-messageformat": "0.2.0",
"grunt-mkdir": "1.0.0",
"karma": "4.2.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "1.1.2",
"karma-jasmine": "2.0.1",
"karma-junit-reporter": "1.2.0",
"karma-ng-scenario": "1.0.0",
"karma-phantomjs-launcher": "1.0.4",
"phantomjs": "^1.9.20"
}
}