Merge pull request #815 from eastridge/master

Add Thorax 2.0.0rc1
This commit is contained in:
Thomas Davis
2013-01-22 23:08:03 -08:00
5 changed files with 25899 additions and 0 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+32
View File
@@ -0,0 +1,32 @@
{
"name": "thorax",
"version": "2.0.0rc1",
"filename": "thorax.js",
"description": "Handlebars + Backbone",
"keywords": ["backbone", "handlebars"],
"authors": [
"Ryan Eastridge <ryan@eastridge.xxx> (http://eastridge.xxx)",
"Kevin Decker <kpdecker@gmail.com> (http://incaseofstairs.com)"
],
"repository": {
"type": "git",
"url": "git://github.com/walmartlabs/thorax.git"
},
"engines": {
"node": ">=0.4.7"
},
"dependencies": {
"fs-watch-tree": "0.2.0"
},
"devDependencies": {
"uglify-js": "1.3.4",
"jake": "~0.5",
"phoenix-build": "~1"
},
"scripts": {
"test": "./node_modules/.bin/jake test"
},
"bin": {
"thorax": "bin/thorax"
}
}