Skip to content

Instantly share code, notes, and snippets.

@tjmonsi
Last active November 1, 2016 13:41
Show Gist options
  • Save tjmonsi/f227900d1f171e095f78499800132827 to your computer and use it in GitHub Desktop.
Save tjmonsi/f227900d1f171e095f78499800132827 to your computer and use it in GitHub Desktop.
Adding package.json basic for generator
{
"name": "<%= projectNameSlugged %>",
"version": "0.0.1",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"del": "^2.2.1",
"fs": "^0.0.1-security",
"gulp": "gulpjs/gulp#4.0",
"gulp-watch": "^4.3.10",
"map-stream": "^0.0.6",
"node-sass": "^3.10.1",
"path": "^0.12.7",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"merge-stream": "^1.0.0",
"plylog": "^0.4.0",
"polymer-build": "^0.4.0",
"babel-preset-es2015": "^6.18.0",
"css-slam": "^1.1.0",
"gulp-babel": "^6.1.2",
"gulp-html-minifier": "^0.1.8",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment