forked from rendrjs/rendr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 911 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.4.7-rc.4",
"description": "Render your Backbone.js apps on the client and the server.",
"main": "index.js",
"scripts": {
"test": "mocha --ui bdd --reporter spec ./test --recursive",
"postinstall": "node ./scripts/postinstall.js"
},
"repository": {
"type": "git",
"url": "git://github.com/spikebrehm/rendr.git"
},
"dependencies": {
"underscore": "1.4.4",
"backbone": "1.0.0",
"handlebars": "git://github.com/spikebrehm/handlebars.js.git#0687c7016c62122ab160a8683817a931b03354ad",
"async":"0.1.22",
"qs": "0.5.1",
"express": "~3.0.6",
"validator": "0.4.21",
"npm": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"sinon": "1.4.2"
},
"keywords": [
"Backbone",
"view",
"web",
"rendr",
"render"
],
"author": "Spike Brehm <[email protected]>",
"license": "MIT"
}