Skip to content

Instantly share code, notes, and snippets.

@bfricka
Created March 28, 2013 06:42
Show Gist options
  • Save bfricka/5261172 to your computer and use it in GitHub Desktop.
Save bfricka/5261172 to your computer and use it in GitHub Desktop.
Package.json Boilerplate
{
"name": "",
"description": "",
"version": "0.0.0",
"private": true,
"author": "Brian Frichette",
"homepage": "",
"contributors": [ "Brian Frichette <brian.frichette@gmail.com> (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"
}]
}
@daniel-deychakiwsky
Copy link

Licenses array (format) is deprecated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment