Skip to content

Instantly share code, notes, and snippets.

@npfitz
Created March 19, 2014 13:17
Show Gist options
  • Save npfitz/9641405 to your computer and use it in GitHub Desktop.
Save npfitz/9641405 to your computer and use it in GitHub Desktop.
{
"name": "test",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"sails": "~0.10.0-rc4",
"sails-mysql": "~0.10.0-rc3",
"ejs": "~0.8.4",
"grunt": "0.4.2",
"bcrypt-nodejs": "0.0.3",
"knox": "~0.8.8",
"knox-mpu": "~0.1.6",
"require": "~0.5.0",
"image-size": "~0.2.1",
"needle": "~0.6.3",
"nodemailer": "~0.6.0",
"async": "~0.2.10"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/nickf/test.git"
},
"author": "nickf",
"license": "",
"devDependencies": {
"nodemailer": "~0.6.0",
"knox": "~0.8.8",
"knox-mpu": "~0.1.6",
"async": "~0.2.10"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment