-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 850 Bytes
/
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
{
"name": "openui5-sample-app",
"version": "0.1.0",
"description": "Sample of an OpenUI5 app",
"private": true,
"scripts": {
"test": "grunt lint && grunt test",
"start": "grunt serve",
"build": "grunt build",
"postinstall": "bower install"
},
"devDependencies": {
"bower": "^1.8.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-eslint": "^20.0.0",
"grunt-karma": "^1.0.0",
"grunt-openui5": "^0.12.0",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-openui5": "~0.2.2",
"karma-phantomjs-launcher": "^1.0.4",
"karma-qunit": "^1.2.1",
"karma-sinon": "^1.0.5",
"qunitjs": "^2.0.0"
},
"dependencies": {
"grunt-cli": "^1.2.0"
}
}