forked from UI5Lab/UI5Lab-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 740 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 740 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
{
"name": "ui5lab-browser",
"version": "0.1.14",
"description": "A browser to display custom libraries and controls for display on the UI5Lab homepage and testing during development",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/UI5Lab/UI5Lab-browser.git"
},
"license": "Apache-2.0",
"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"
}
}