-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
32 lines (32 loc) · 857 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": "nghellostyle",
"version": "0.0.1",
"description": "AngularJS seed for Google Closure Compiler",
"main": "Gruntfile.js",
"scripts": {
"test": "(grunt connect > /dev/null &) && (grunt karma) && (grunt protractor)"
},
"author": {
"name": "Mirco Zeiss",
"email": "[email protected]",
"twitter": "zeMirco"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zeMirco/nghellostyle"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.8.0",
"grunt-shell": "^1.1.1",
"jasmine-spec-reporter": "^0.6.0",
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.5",
"karma-coverage": "^0.2.6",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-spec-reporter": "0.0.13",
"protractor": "^0.22.0"
}
}