-
Notifications
You must be signed in to change notification settings - Fork 312
/
package.json
48 lines (48 loc) · 1.14 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
45
46
47
48
{
"name": "rendr",
"version": "1.1.4",
"description": "Render your Backbone.js apps on the client and the server.",
"main": "index.js",
"scripts": {
"test": "mocha -R spec ./test --recursive",
"coverage": "istanbul cover _mocha -- -R spec ./test --recursive",
"coveralls": "npm run-script coverage && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git://github.com/rendrjs/rendr.git"
},
"dependencies": {
"async": "~0.9.0",
"backbone": "^1.2.1",
"debug": "*",
"errorhandler": "~1.3.5",
"express": "^4.12.3",
"qs2": "~0.6.6",
"request": "^2.55.0",
"sanitizer": "~0.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^2.3.0",
"coveralls": "~2.11.2",
"handlebars": "^2.0.0",
"istanbul": "~0.3.13",
"jquery": "^2.1.4",
"jsdom": "^3.1.0",
"mocha": "*",
"proxyquire": "^1.4.0",
"rendr-handlebars": "^2.0.1",
"sinon": "~1.14.1",
"sinon-chai": "^2.7.0"
},
"keywords": [
"Backbone",
"view",
"web",
"rendr",
"render"
],
"author": "Spike Brehm <[email protected]>",
"license": "MIT"
}