strolch-maven-archetypes/li.strolch.mvn.archetype.we.../src/main/resources/archetype-resources/src/main/webapp/package.json

38 lines
918 B
JSON

{
"name": "${artifactId}",
"description": "${appName}",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/strolch-li/strolch.git"
},
"author": "Robert von Burg <eitch@eitchnet.ch>",
"license": "Proprietary",
"keywords": [],
"bugs": {
"url": "https://github.com/strolch-li/strolch/issues"
},
"homepage": "https://www.strolch.li",
"devDependencies": {
"bower": "^1.8.8",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-crisper": "^1.1.0",
"gulp-imagemin": "^7.1.0",
"gulp-load-plugins": "^1.4.0",
"gulp-minify": "0.0.15",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.8.0",
"gulp-size": "^2.1.0",
"gulp-vulcanize": "^6.1.0",
"gulp-replace": "^1.1.3",
"merge-stream": "^1.0.0",
"run-sequence": "^1.2.2",
"vulcanize": "^1.15.3"
},
"scripts": {
"postinstall": "bower install"
}
}