Skip to content

Instantly share code, notes, and snippets.

@switz
Created March 19, 2013 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save switz/0ba9be4698c2170b86d2 to your computer and use it in GitHub Desktop.
Save switz/0ba9be4698c2170b86d2 to your computer and use it in GitHub Desktop.
{
"author": "Daniel Saewitz",
"name": "ghost",
"description": "Backbone + Express + Coffee + Mongo",
"version": "0.0.1",
"engines": {
"node": "0.8.x"
},
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "3.1.0",
"jade": "~0.28.1",
"mongoose": "~3.5.4",
"bcrypt": "~0.7.3",
"coffee-script": "~1.4.0",
"underscore": "~1.4.4",
"superagent": "~0.13.0",
"async": "~0.2.6",
"subsonic": "0.0.3",
"nconf": "~0.6.7"
},
"devDependencies": {
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-stylus": "~0.5.0",
"grunt-contrib-mincss": "~0.3.2",
"grunt-contrib-handlebars": "~0.5.8",
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.6.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-clean": "~0.4.0",
"grunt-coffee": "0.0.6",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-watch": "~0.3.1"
},
"testling": {
"scripts": [
"public/javascript/vendor.js",
"public/javascript/app.js"
],
"server": [
"node server.js"
],
"files": [
"test/server/*.js"
],
"browsers": {
"ie": [
8,
9
],
"firefox": [
13
],
"chrome": [
20
],
"safari": [
5.1
],
"opera": [
12
]
}
},
"subdomain": "tweezer",
"domains": [
"tweezer.io",
"www.tweezer.io"
],
"readmeFilename": "README.md",
"gitHead": "54ebb3e322fd7c2e240852c35d4e9c01c8b75749",
"main": "server.js",
"repository": {
"type": "git",
"url": "git://github.com/switz/ghost.git"
},
"license": "BSD"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment