Skip to content

Instantly share code, notes, and snippets.

@davidtorroija
Created May 5, 2016 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidtorroija/9fd47e151522605f9d5d846b105a6579 to your computer and use it in GitHub Desktop.
Save davidtorroija/9fd47e151522605f9d5d846b105a6579 to your computer and use it in GitHub Desktop.
{
"name": "",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/pepe.git"
},
"//": [],
"devDependencies": {
"archiver": "^0.15.1",
"body-parser": "^1.14.2",
"browser-sync": "^2.9.11",
"cheerio": "^0.19.0",
"concurrently": "^2.0.0",
"cookie-parser": "^1.4.1",
"express": "4.13.3",
"gulp": "^3.9.0",
"gulp-cached": "^1.1.0",
"gulp-clean": "^0.3.1",
"gulp-clean-css": "^2.0.4",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-declare": "^0.3.0",
"gulp-dom": "^0.6.5",
"gulp-handlebars": "^4.0.0",
"gulp-notify": "~2.2.0",
"gulp-param": "^0.6.4",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "2.1.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.5.3",
"gulp-useref": "^3.0.8",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.2.4",
"gulp-wrap": "^0.11.0",
"gulp-zip": "^3.0.2",
"handlebars": "^3.0.3",
"jsonwebtoken": "^6.0.0",
"jszip": "^2.5.0",
"mkdirs": "^0.0.2",
"morgan": "^1.7.0",
"multer": "1.1.0",
"node-notifier": "^4.5.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.2",
"xmldom": "*"
},
"scripts": {
"sandbox": "node server/server.js",
"install-all": "sh install.sh",
"e2e-tests": "(cd tests/e2e-tests && sh run_tests.sh)",
"e2e-tests-ci": "gulp build && ./node_modules/.bin/concurrent --raw --kill-others \"npm run sandbox\" \"npm run e2e-tests\"",
"dev": "./node_modules/.bin/concurrently --raw --kill-others \"gulp develop\" \"npm run sandbox\""
},
"engines": {
"node": ">=4.1.1"
},
"bugs": {
"url": "https://github.com/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment