Created
May 7, 2014 04:32
-
-
Save RoverWire/07904cf8ed0cfa638433 to your computer and use it in GitHub Desktop.
package.json example
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": "tessel-portal", | |
"version": "0.0.1", | |
"private": true, | |
"scripts": { | |
"start": "node app" | |
}, | |
"dependencies": { | |
"express": "4.0.0", | |
"jade": "1.3.1", | |
"passport": "0.2.0", | |
"passport-local": "1.0.0", | |
"passport-github": "0.1.5", | |
"pg": "3.0.3", | |
"dotenv": "0.2.8", | |
"body-parser": "1.0.2", | |
"morgan": "1.0.0", | |
"method-override": "1.0.0", | |
"static-favicon": "1.0.2", | |
"sequelize": "1.7.3", | |
"lodash": "*" | |
}, | |
"devDependencies": { | |
"grunt": "~0.4.1", | |
"grunt-develop": "~0.2.2", | |
"grunt-contrib-watch": "~0.5.3", | |
"request": "~2.27.0", | |
"time-grunt": "~0.1.1", | |
"load-grunt-tasks": "~0.2.0", | |
"chai": "1.9.1", | |
"mocha": "1.18.2", | |
"sinon": "1.9.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment