forked from superdesk/superdesk-client-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 2.84 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 2.84 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "superdesk-core",
"version": "1.0.0-beta.1",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/superdesk/superdesk-client-core.git"
},
"contributors": [
"Adrian Magdas",
"Andrew Marwood",
"Gabriel Nistor",
"Holman Romero",
"Ioan Pocol",
"Kuna Siva",
"Mayur Dhamanwala",
"Mihai Nistor",
"Mugur Rus",
"Nikola Nikolic",
"Ozan Ozbek",
"Peter Lamut",
"Petr Jasek",
"Sava Tatic",
"Syed Junaid",
"Tolga Akin",
"Yauhen 'actionless' Kirylau"
],
"dependencies": {
"btoa": "1.1.2",
"request": "2.61.0",
"jasmine-reporters": "2.0.7",
"selenium-webdriver": "2.45.1",
"langmap": "0.0.9",
"load-grunt-config": "0.17.2",
"load-grunt-tasks": "3.2.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-angular-gettext": "2.1.3",
"grunt-angular-templates": "0.5.7",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-connect": "0.11.2",
"grunt-contrib-copy": "0.8.1",
"grunt-contrib-cssmin": "0.13.0",
"grunt-contrib-jshint": "~0.11.1",
"grunt-contrib-less": "1.0.1",
"grunt-contrib-uglify": "0.9.2",
"grunt-contrib-watch": "0.6.1",
"grunt-eslint": "^16.0.0",
"grunt-filerev": "2.3.1",
"grunt-jscs": "1.8.0",
"grunt-karma": "0.12.0",
"grunt-karma-coveralls": "2.5.4",
"grunt-open": "0.2.3",
"grunt-template": "0.2.3",
"grunt-usemin": "3.1.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.0",
"karma-jasmine": "^0.3.6",
"karma-junit-reporter": "^0.3.3",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.2.0",
"phantomjs": "^1.9.17",
"protractor": "2.2.0",
"protractor-flake": "1.0.1"
},
"peerDependencies": {
"grunt": "~0.4.5",
"grunt-angular-gettext": "2.1.3",
"grunt-angular-templates": "0.5.7",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-connect": "0.11.2",
"grunt-contrib-copy": "0.8.1",
"grunt-contrib-cssmin": "0.13.0",
"grunt-contrib-jshint": "~0.11.1",
"grunt-contrib-less": "1.0.1",
"grunt-contrib-uglify": "0.9.2",
"grunt-contrib-watch": "0.6.1",
"grunt-eslint": "^16.0.0",
"grunt-filerev": "2.3.1",
"grunt-jscs": "1.8.0",
"grunt-karma": "0.12.0",
"grunt-karma-coveralls": "2.5.4",
"grunt-open": "0.2.3",
"grunt-template": "0.2.3",
"grunt-usemin": "3.1.1",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.0",
"karma-jasmine": "^0.3.6",
"karma-junit-reporter": "^0.3.3",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.2.0",
"phantomjs": "^1.9.17"
},
"scripts": {
"test": "grunt ci:travis"
}
}