Skip to content

Instantly share code, notes, and snippets.

@imjul1an
Created November 1, 2013 10:30
Show Gist options
  • Save imjul1an/7263565 to your computer and use it in GitHub Desktop.
Save imjul1an/7263565 to your computer and use it in GitHub Desktop.
{
"name": "test",
"subdomain": "test",
"domains": [
"test.com",
"www.test.com"
],
"version": "0.0.0-1",
"description": "just coolest app ever :)",
"main": "app.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"express": "~3.3.4",
"moment": "~2.1.0",
"mongojs": "~0.9.1",
"node-logentries": "~0.1.2",
"oauth": "~0.9.10",
"package.json": "~0.0.0",
"simple-errors": "~0.0.4",
"colors": "~0.6.2",
"socket.io": "~0.9.16",
"util": "~0.4.9",
"underscore": "~1.5.1",
"crypto": "~0.0.3",
"bcrypt-nodejs": "0.0.3",
"requirejs": "~2.1.9"
},
"devDependencies": {
"sinon": "~1.7.3",
"mocha": "~1.13.0",
"chai": "~1.8.0",
"grunt-cli": "~0.1.9",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha": "~0.4.1",
"grunt-mocha-test": "~0.7.0",
"grunt-nodemon": "~0.1.1",
"request": "~2.27.0"
},
"scripts": {
"start": "node --debug app.js",
"predeploy": "echo This will be run before deploying the app",
"postdeploy": "echo This will be run after deploying the app"
},
"repository": {
"type": "git",
"url": "git://github.com/julianusti/test.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.8"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment