Skip to content

Instantly share code, notes, and snippets.

@aslong
Created June 14, 2014 22:22
Show Gist options
  • Save aslong/bd7100443b27ad31572f to your computer and use it in GitHub Desktop.
Save aslong/bd7100443b27ad31572f to your computer and use it in GitHub Desktop.
NodeJS Package.json
{
"name": "Chatrbox",
"version": "0.0.1",
"author": "Andrew Long<aslong87@gmail.com>",
"contributors": [
{
"name": "Andrew Long",
"email": "aslong87@gmail.com"
}
],
"scripts": {
"test": "grunt test"
},
"main": "./bin/src/index.js",
"dependencies": {
"async" : "0.2.5",
"coffee-script" : "1.6.3",
"debug" : "0.7.2"
},
"devDependencies": {
"grunt" : "0.4.1",
"grunt-bg-shell" : "2.3.1",
"grunt-cli" : "0.1.9",
"grunt-contrib-clean" : "0.5.0",
"grunt-contrib-coffee" : "0.7.0",
"grunt-contrib-watch" : "0.5.3",
"grunt-mocha-cli" : "1.3.0",
"mocha" : "1.13.0",
"should" : "2.0.2"
},
"engines": {
"node": ">=0.10.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment