Created
March 28, 2013 06:42
-
-
Save bfricka/5261172 to your computer and use it in GitHub Desktop.
Package.json Boilerplate
This file contains 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": "", | |
"description": "", | |
"version": "0.0.0", | |
"private": true, | |
"author": "Brian Frichette", | |
"homepage": "", | |
"contributors": [ "Brian Frichette <[email protected]> (https://github.com/brian-frichette)" ], | |
"bugs": { "url": "" }, | |
"scripts": { "start": "nodemon app.js" }, | |
"dependencies": { | |
"express": "3.x", | |
"jade": "*", | |
"less-middleware": "*", | |
"lodash": "1.x" | |
}, | |
"devDependencies": { | |
"grunt": "0.4.x", | |
"karma": ">=0.8", | |
"grunt-contrib-uglify": ">=0.2", | |
"grunt-contrib-concat": ">=0.1.3", | |
"grunt-contrib-watch": ">=0.3", | |
"grunt-contrib-jshint": ">=0.3", | |
"grunt-contrib-coffee": ">=0.6", | |
"async": "0.1.x", | |
"nodemon": "*" | |
}, | |
"keywords": [], | |
"repository": "", | |
"licenses": [{ | |
"type": "MIT", | |
"url": "http://opensource.org/licenses/MIT" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Licenses array (format) is deprecated.