-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.67 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
{
"name": "sapui5",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"grunt": "grunt serve",
"eslint": "grunt eslint",
"build": "grunt build",
"deploy_zsm": "grunt nwabap_ui5uploader:target-zgagarin.zsupplyproc",
"deploy_inb": "grunt nwabap_ui5uploader:target-my_inbox",
"deploy_afl": "grunt nwabap_ui5uploader:target-flightsagent",
"jsdoc": "grunt jsdoc"
},
"author": "",
"license": "ISC",
"devDependencies": {
"bower": "^1.8.4",
"connect-openui5": "^0.7.4",
"git-hooks": "^1.1.10",
"graceful-fs": "^4.1.4",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-connect": "^0.2.0",
"grunt-connect-proxy": "^0.1.10",
"grunt-connect-rewrite": "^0.2.1",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-uglify": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-debug": "0.0.3",
"grunt-debug-task": "^0.1.8",
"grunt-eslint": "^18.1.0",
"grunt-githooks": "^0.6.0",
"grunt-jscs": "^2.8.0",
"grunt-jsdoc": "^2.2.1",
"grunt-karma": "^1.0.0",
"grunt-nwabap-ui5uploader": "^0.2.9",
"grunt-openui5": "^0.14.0",
"grunt-text-replace": "^0.4.0",
"grunt-uncss": "^0.8.5",
"ink-docstrap": "^1.3.2",
"jit-grunt": "^0.10.0",
"jscs": "^3.0.3",
"jslint": "^0.10.0",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-qunit": "^1.0.0",
"load-grunt-config": "^0.19.2",
"qunitjs": "^1.23.1",
"semver": "^5.1.0",
"uglify-es": "^3.3.10",
"ui5-jsdoc-generator": "^0.9.4"
},
"dependencies": {},
"description": "sapui5 grunt"
}