aboutsummaryrefslogtreecommitdiffstats
path: root/templates/html5/app/package.json
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-05-18 17:49:35 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-05-18 17:49:35 +0200
commit162d50a33b8c72d09bd3dc82967c36d559f8278f (patch)
tree337b11ad4c7a9bfa9de46cde0a84a08411043845 /templates/html5/app/package.json
parent6993026755563379e964966ee7fc73923a21828d (diff)
Git repo can be used as submodules
Clean templates files as they are useless for usage in submodules into a project. Change-Id: I24c71b64ab2b3a958494f3f190c014227a1da576 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'templates/html5/app/package.json')
-rw-r--r--templates/html5/app/package.json61
1 files changed, 0 insertions, 61 deletions
diff --git a/templates/html5/app/package.json b/templates/html5/app/package.json
deleted file mode 100644
index 3b51d33..0000000
--- a/templates/html5/app/package.json
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "name": "html5-example",
- "private": true,
- "version": "0.0.1",
- "repository": {
- "type": "git",
- "url": "https://github.com/iotbzh/healthy-gulp-angular-foundation6"
- },
- "scripts": {
- "postinstall": "bower install",
- "build": "./node_modules/.bin/gulp clean-build-app-dev",
- "start": "node node_modules/.bin/gulp watch-dev"
- },
- "devDependencies": {
- "body-parser": "^1.5.2",
- "bower": "^1.3.1",
- "cookie-parser": "^1.4.0",
- "del": "^1.1.1",
- "event-stream": "^3.2.2",
- "express": "^4.7.2",
- "express-session": "^1.12.1",
- "front-router": "^1.0.0",
- "gulp": "^3.9.0",
- "gulp-angular-filesort": "^1.0.4",
- "gulp-debug": "^2.1.2",
- "gulp-concat": "^2.4.3",
- "gulp-htmlhint": "0.0.9",
- "gulp-htmlmin": "^1.0.0",
- "gulp-imagemin": "*",
- "gulp-inject": "^1.1.1",
- "gulp-jshint": "^1.9.2",
- "gulp-livereload": "^3.7.0",
- "gulp-load-plugins": "^0.8.0",
- "gulp-clean-css": "^2.0.11",
- "gulp-ng-annotate": "^1.1.0",
- "gulp-ng-html2js": "^0.2.0",
- "gulp-nodemon": "^2.0.0",
- "gulp-order": "^1.1.1",
- "gulp-print": "^1.1.0",
- "gulp-rename": "^1.2.0",
- "gulp-replace": "^0.5.4",
- "gulp-sass": "^2.0.3",
- "gulp-sourcemaps": "^1.3.0",
- "gulp-task-listing": "^1.0.1",
- "gulp-uglify": "^1.2.0",
- "imagemin-pngquant": "*",
- "jshint-stylish": "^1.0.0",
- "karma": "^0.10",
- "karma-junit-reporter": "^0.2.2",
- "main-bower-files": "^2.5.0",
- "method-override": "^2.1.2",
- "protractor": "^1.1.1",
- "q": "^1.1.2",
- "shelljs": "^0.2.6",
- "traceback": "^0.3.1",
- "gulp-sym": "0.0.14"
- },
- "dependencies": {
- "multer": "^1.1.0"
- }
-}