forked from SAP/ui5-inspector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.71 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "ui5inspector",
"version": "0.0.0",
"author": "SAP SE",
"license": {
"type": "Apache-2.0",
"url": "http://opensource.org/licenses/apache2.0.php"
},
"contributors": [
{
"name": "Krasimir Chariyski",
"email": "[email protected]"
},
{
"name": "Ivan Kazandzhiev",
"email": "[email protected]"
},
{
"name": "Nikolay Aleksandrenko",
"email": "[email protected]"
}
],
"dependencies": {},
"devDependencies": {
"browserify": "~10.0.0",
"browserify-istanbul": "~0.2.1",
"chai": "~2.2.0",
"chrome-stub": "^1.2.0",
"grunt": "~0.4.1",
"grunt-banner": "~0.3.1",
"grunt-browserify": "~4.0.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.9.1",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-less": "~1.0.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-coveralls": "~1.0.0",
"grunt-jscs": "~2.1.0",
"grunt-karma": "~0.11.0",
"grunt-newer": "~1.1.0",
"grunt-text-replace": "~0.4.0",
"jshint-stylish": "~0.1.5",
"karma": "~0.12.31",
"karma-browserify": "~4.1.2",
"karma-chai": "~0.1.0",
"karma-chrome-launcher": "~0.2.0",
"karma-coverage": "~0.5.0",
"karma-mocha": "~0.1.10",
"karma-sinon": "~1.0.4",
"load-grunt-config": "~0.16.0",
"load-grunt-tasks": "~0.4.0",
"sinon": "~1.15.4",
"time-grunt": "~1.2.1"
},
"engines": {
"node": ">=0.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/SAP/ui5-inspector"
},
"scripts": {
"postinstall": "node -e \"require('grunt').tasks(['dist']);\""
}
}