forked from UI5Lab/UI5Lab-library-simple
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 730 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 730 Bytes
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
{
"name": "ui5lab-library-simple",
"version": "0.1.2",
"description": "Sample of a custom UI5 library for the UI5Lab project",
"repository" : {
"type" : "git",
"url" : "https://github.com/UI5Lab/UI5Lab-library-simple.git"
},
"license" : "Apache-2.0",
"private": false,
"scripts": {
"test": "echo \"Error: no test specified. Please add some.\" && exit 1",
"postinstall": "bower install",
"start": "grunt"
},
"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": "^19.0.0",
"grunt-openui5": "^0.12.0",
"ui5lab-browser": "^0.1.0"
}
}