Created
August 4, 2012 08:27
-
-
Save edubkendo/3255913 to your computer and use it in GitHub Desktop.
package.json that works when installing tower/development
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "tower", | |
"version": "0.4.1", | |
"description": "Full Stack Web Framework for Node.js and the Browser", | |
"homepage": "http://viatropos.github.com/tower", | |
"main": "./index.js", | |
"author": "Lance Pollard <[email protected]>", | |
"keywords": [ | |
"framework", | |
"rails", | |
"node" | |
], | |
"maintainers": [ | |
{ | |
"name": "Lance Pollard", | |
"email": "[email protected]", | |
"web": "http://lancepollard.com" | |
} | |
], | |
"contributors": [], | |
"licenses": [ | |
{ | |
"type": "MIT", | |
"url": "http://mths.be/mit" | |
} | |
], | |
"bugs": { | |
"url": "https://github.com/viatropos/tower/issues" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/viatropos/tower.git" | |
}, | |
"engines": { | |
"node": ">= 0.4.0" | |
}, | |
"directories": { | |
"lib": "./lib" | |
}, | |
"bin": { | |
"tower": "./bin/tower" | |
}, | |
"dependencies": { | |
"underscore": ">= 1.3.3", | |
"underscore.string": ">= 2.0.0", | |
"mime": ">= 1.2.4", | |
"qs": ">= 0.3.1", | |
"async": ">= 0.1.12", | |
"underscore.logger": ">= 0.3.1", | |
"mint": ">= 0.3.4", | |
"ejs": ">= 0.6.1", | |
"pathfinder": ">= 0.1.5", | |
"commander": ">= 0.4.0", | |
"express": "2.x", | |
"socket.io": ">= 0.8.7", | |
"useragent": ">= 1.0.5", | |
"URIjs": ">= 1.4.2", | |
"moment": ">= 1.5.1", | |
"node-uuid": ">= 1.3.0", | |
"geolib": ">= 0.0.1", | |
"validator": ">= 0.4.5", | |
"accounting": ">= 0.3.2", | |
"inflection": ">= 1.2.0", | |
"superagent": ">= 0.4.0", | |
"ember-metal-node": ">= 0.9.7", | |
"ember-runtime-node": ">= 0.9.7", | |
"ember-states-node": ">= 0.9.7", | |
"wrench": ">= 1.3.8", | |
"temp": "~0.4.0", | |
"knox": "0.0.11", | |
"gm": "~1.4.1", | |
"nodemailer": "~0.3.21", | |
"forever": "~0.10.0", | |
"coffee-script": "git://github.com/viatropos/coffee-script.git", | |
"design.io": "~0.3.1", | |
"design.io-javascripts": "~0.3.0-1" | |
}, | |
"devDependencies": { | |
"cli-table": ">= 0.0.1", | |
"findit": ">= 0.1.1", | |
"stylus": ">= 0.17.0", | |
"ejs": ">= 0.6.1", | |
"uglify-js": ">= 1.1.1", | |
"mocha": ">= 0.8.1", | |
"chai": ">= 0.3.3", | |
"sinon": ">= 1.3.1", | |
"gzip": ">= 0.1.0", | |
"mongodb": ">= 0.9.9-8", | |
"eco": ">= 0.1.0", | |
"mustache": ">= 0.4.0", | |
"jade": ">= 0.22.0", | |
"kue": ">= 0.3.4", | |
"socket.io-client": ">= 0.9.5" | |
}, | |
"scripts": { | |
"test": "make test", | |
"docs": "codo", | |
"postinstall": "npm install git://github.com/viatropos/coffeecup.git --force ; npm install git://github.com/viatropos/coffee-script.git --force" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment