UNPKG

generator-openui5

Version:
25 lines 649 B
{ "name": "<%= _.slugify(applicationName) %>", "version": "0.0.1", "description": "<%= appDescription %>", "main": "index.html", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "<%= gitRepository %>" }, "author": "<%= authorName %>", "license": "<%= licenseType %>", "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-qunit": "~0.4.0", "grunt-contrib-jshint": "~0.8.0", "grunt-contrib-watch": "~0.5.2", "grunt-execute": "~0.1.5", "grunt-open": "~0.2.3", "grunt-contrib-connect": "~0.6.0", "grunt-connect-proxy": "~0.2.0" } }