-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 863 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": "karma-simple-ci-integration",
"version": "0.1.0",
"description": "Simple karma example with CI integration (jenkins + sonar)",
"homepage": "https://github.com/jemacchi/karma-simple-ci-integration",
"repository": {
"type": "git",
"url": "https://github.com/jemacchi/karma-simple-ci-integration.git"
},
"bugs": {
"url": "https://github.com/jemacchi/karma-simple-ci-integration/issues"
},
"licenses": [
{
"type": "GPL2",
"url": "https://github.com/jemacchi/karma-simple-ci-integration/blob/master/LICENSE"
}
],
"main": "sqrt.js",
"scripts": {
"test": "grunt karma:test"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-karma": "*",
"karma-chrome-launcher": "*",
"karma-coverage": "*",
"karma-junit-reporter": "*",
"karma-qunit": "*"
},
"author": "Jose Macchi"
}