-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
33 lines (33 loc) · 933 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": "ui5-boilerplate",
"version": "0.0.0",
"description": "ui5-boilerplate ===============",
"main": "app/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hirsch88/ui5-boilerplate"
},
"keywords": [
"openUI5"
],
"author": "Gery Hirschfeld",
"license": "MIT",
"bugs": {
"url": "https://github.com/hirsch88/ui5-boilerplate/issues"
},
"homepage": "https://github.com/hirsch88/ui5-boilerplate",
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.1",
"grunt-bump": "0.0.14",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-copy": "^0.4.1",
"grunt-contrib-jshint": "^0.10.0",
"jshint-stylish": "^0.2.0",
"load-grunt-tasks": "^0.4.0",
"time-grunt": "^0.3.1"
}
}