generator-openui5
Version:
OpenUI5 generator for yeoman
21 lines (20 loc) • 551 B
JSON
{
"name": "<%= _.slugify(applicationName) %>",
"version": "0.1.0",
"description": "<%= appDescription %>",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "<%= authorName %>",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "2.1.0",
"grunt-open": "^0.2.3",
"grunt-openui5": "^0.5.0"
}
}