Created
May 5, 2016 16:39
-
-
Save davidtorroija/9fd47e151522605f9d5d846b105a6579 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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