-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.36 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
48
{
"name": "SpectingularJS",
"branchVersion": "1.0.*",
"repository": {
"type": "git",
"url": "https://github.com/spectingular/spectingular.js.git"
},
"devDependencies": {
"bower": "~1.3.12",
"grunt": "~0.4.5",
"grunt-code-quality-report": "~0.1.12",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-livereload": "~0.1.2",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-coveralls": "~1.0.0",
"grunt-force": "~1.0.0",
"grunt-istanbul": "~0.4.0",
"grunt-karma": "~0.10.1",
"grunt-ngdocs": "~0.2.6",
"grunt-protractor-coverage": "~0.2.13",
"istanbul": "~0.3.5",
"jasmine-reporters": "~1.0.1",
"jshint-junit-reporter": "~0.1.0",
"karma": "~0.12.31",
"karma-chrome-launcher": "~0.1.7",
"karma-coverage": "~0.2.7",
"karma-firefox-launcher": "~0.1.4",
"karma-jasmine": "~0.1.5",
"karma-junit-reporter": "~0.2.2",
"karma-phantomjs-launcher": "~0.1.4",
"matchdep": "~0.3.0",
"minijasminenode": "^1.1.1",
"mkdirp": "~0.5.0",
"protractor": "1.6.x",
"time-grunt": "~1.0.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Spectingular/spectingular.js/blob/master/LICENSE"
}
],
"dependencies": {}
}