Created
July 1, 2014 10:58
-
-
Save jayhjkwon/3f53f11afef42c77bcea to your computer and use it in GitHub Desktop.
package.json
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": "gistcamp", | |
"version": "0.4.0-57", | |
"private": true, | |
"scripts": { | |
"start": "node server.js" | |
}, | |
"dependencies": { | |
"express": "3.2.4", | |
"ejs": "*", | |
"underscore": "1.5.1", | |
"request": "~2.25.0", | |
"moment": "~2.1.0", | |
"async": "~0.2.9", | |
"mongoose": "~3.6.15", | |
"lodash": "~1.3.1", | |
"socket.io": "0.9.16", | |
"passport-github": "~0.1.5", | |
"passport": "~0.1.17", | |
"evernote": "~1.25.0", | |
"connect-domain": "~0.5.0", | |
"connect-mongo": "0.3.3", | |
"github": "~0.1.16" | |
}, | |
"devDependencies": { | |
"grunt": "~0.4.1", | |
"grunt-contrib-qunit": "0.2.1", | |
"grunt-contrib-requirejs": "0.4.0", | |
"grunt-contrib-less": "0.5.0", | |
"grunt-contrib-watch": "0.4.3", | |
"grunt-contrib-clean": "~0.4.1", | |
"grunt-contrib-uglify": "~0.2.2", | |
"grunt-contrib-cssmin": "~0.6.1", | |
"grunt-contrib-jshint": "~0.6.4", | |
"grunt-jsbeautifier": "~0.2.6" | |
}, | |
"subdomain": "gistcamp", | |
"engines": { | |
"node": "0.10.x" | |
}, | |
"analyze": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment