-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
54 lines (54 loc) · 1.5 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
49
50
51
52
53
54
{
"name": "superdesk-client",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "git://github.com/petrjasek/superdesk-client"
},
"licenses": [
{
"type": "GPLv3",
"url": "http://www.gnu.org/licenses/gpl-3.0.txt"
}
],
"devDependencies": {
"btoa": "^1.1.2",
"grunt": "^0.4.2",
"grunt-angular-gettext": "^2.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-requirejs": "^0.4.1",
"grunt-template": "^0.2.2",
"grunt-usemin": "^3.0.0",
"grunt-filerev": "^2.0.0",
"load-grunt-tasks": "^3.0.1",
"load-grunt-config": "^0.16.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-open": "^0.2.3",
"grunt-karma": "^0.10.1",
"grunt-karma-coveralls": "^2.5.1",
"grunt-jscs": "^1.0.0",
"karma": "^0.12.0",
"karma-jasmine": "^0.3.2",
"karma-requirejs": "^0.2.1",
"karma-chrome-launcher": "^0.1.2",
"karma-ng-html2js-preprocessor": "^0.1.0",
"lodash": "^2.4.1",
"karma-coverage": "^0.2.0",
"protractor": "~1.0.0",
"protractor-screenshot-reporter": "^0.0.5",
"karma-junit-reporter": "^0.2.2",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.7.0",
"request": "^2.47.0",
"jasmine-reporters": "^1.0.1",
"karma-phantomjs-launcher": "^0.1.4"
},
"scripts": {
"test": "grunt ci:travis"
}
}