Skip to content

Instantly share code, notes, and snippets.

@seafarer
Created March 19, 2015 02:46
Show Gist options
  • Save seafarer/22cf65f6054f275114dd to your computer and use it in GitHub Desktop.
Save seafarer/22cf65f6054f275114dd to your computer and use it in GitHub Desktop.
a package json to go with my gulpfile
{
"name": "vrweb",
"version": "0.0.1",
"description": "Front end tasks for rezFusion",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/bluetent/vrweb-D7"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bluetent/vrweb-D7/issues"
},
"homepage": "https://github.com/bluetent/vrweb-D7",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-cache": "^0.2.4",
"gulp-changed": "^1.1.0",
"gulp-consolidate": "^0.1.2",
"gulp-iconfont": "^1.0.0",
"gulp-imagemin": "^2.1.0",
"gulp-livereload": "^3.0.2",
"gulp-notify": "^2.1.0",
"gulp-plumber": "^0.6.6",
"gulp-postcss": "^3.0.0",
"gulp-sass": "^1.2.4",
"gulp-sourcemaps": "^1.2.8",
"gulp-svgmin": "^1.0.0",
"gulp-util": "^3.0.1",
"lodash": "^2.4.1"
},
"scripts": {
"postinstall": "find node_modules/ -name '*.info' -type f -delete"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment