-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
31 lines (31 loc) · 871 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
{
"name": "ng-improved-testing",
"private": true,
"devDependencies": {
"bower": "1.7.9",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-coveralls": "1.0.1",
"grunt-karma": "2.0.0",
"grunt-ng-annotate": "2.0.2",
"jasmine-core": "2.1.3",
"karma": "1.1.1",
"karma-coverage": "1.1.0",
"karma-jasmine": "0.3.4",
"karma-phantomjs-launcher": "0.2.3",
"karma-script-launcher": "1.0.0",
"lcov-result-merger": "1.2.0",
"load-grunt-tasks": "3.5.0",
"phantomjs": "1.9.20",
"phantomjs-polyfill": "0.0.2"
},
"scripts": {
"postinstall": "./node_modules/.bin/bower install",
"test": "./node_modules/.bin/grunt test"
}
}