-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "OPA5Demo",
"namespace": "com.sap.CloudSCAME.OPA5Demo",
"less_files": {},
"version": "1.0.0",
"private": true,
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-cli": "^1.2.0",
"grunt-connect-rewrite": "^0.2.1",
"grunt-contrib-compress": "1.3.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^1.2.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^19.0.0",
"grunt-karma": "^2.0.0",
"grunt-middleware-proxy": "^1.0.7",
"grunt-openui5": "^0.8.0",
"grunt-replace": "^1.0.1",
"include-all": "^0.1.6",
"karma": "^1.5.0",
"karma-coverage": "^1.1.1",
"karma-junit-reporter": "^1.2.0",
"karma-openui5": "^0.2.2",
"karma-phantomjs-launcher-nonet": "^0.1.3",
"karma-phantomjs-shim": "^1.5.0",
"karma-qunit": "^1.2.1",
"path": "^0.12.7",
"qunitjs": "^2.3.0"
},
"scripts": {
"start": "grunt serve",
"build": "grunt build",
"test": "grunt test"
}
}