forked from walmartlabs/thorax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "thorax",
"version": "3.0.0-beta.5",
"description": "Handlebars + Backbone",
"keywords": [
"backbone",
"handlebars"
],
"homepage": "http://thoraxjs.org",
"authors": [
"Ryan Eastridge <ryan@eastridge.me> (http://eastridge.me)",
"Kevin Decker <kpdecker@gmail.com> (http://incaseofstairs.com)"
],
"repository": {
"type": "git",
"url": "git://github.com/walmartlabs/thorax.git"
},
"engines": {
"node": "~0.8"
},
"devDependencies": {
"async": "0.2.9",
"benchmark": "^1.0.0",
"bower": "0.9.2",
"expect.js": "~0.3.1",
"fruit-loops": "^0.11.0",
"grunt": "0.4.x",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-phantomjs": "~0.4.3",
"grunt-saucelabs": "8.x",
"jake": "~0.5",
"mocha": "~1.17.1",
"phoenix-build": "3.x",
"semver": "~2.1.0",
"sinon": "~1.9.0",
"uglify-js": "1.3.4"
},
"scripts": {
"test": "grunt test"
}
}