forked from rendrjs/rendr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 899 Bytes
/
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
{
"name": "rendr",
"version": "0.2.2",
"description": "Render your Backbone.js apps on the client and the server.",
"main": "index.js",
"scripts": {
"test": "mocha --ui bdd --reporter spec --ignore-leaks $(find ./test -name *.test.*) --timeout 6000 --require coffee-script",
"postinstall": "node ./scripts/postinstall.js"
},
"repository": {
"type": "git",
"url": "git://github.com/spikebrehm/rendr.git"
},
"dependencies": {
"coffee-script": "*",
"underscore": "1.4.4",
"backbone": "1.0.0",
"handlebars": "1.0.7",
"async":"0.1.22",
"qs": "0.5.1",
"express": "~3.0.6",
"validator": "0.4.21"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"sinon": "1.4.2"
},
"keywords": [
"Backbone",
"view",
"web",
"rendr",
"render"
],
"author": "Spike Brehm <[email protected]>",
"license": "MIT"
}