forked from hurrymaplelad/rendr-handlebars
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
42 lines (42 loc) · 874 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
39
40
41
42
{
"name": "rendr-handlebars",
"version": "2.0.2",
"description": "Glue handlebars templates into a Rendr app.",
"main": "index.js",
"scripts": {
"test": "mocha \"test/**/*.test.js\""
},
"repository": {
"type": "git",
"url": "http://github.com/rendrjs/rendr-handlebars.git"
},
"dependencies": {
"underscore": "^1.8.2"
},
"peerDependencies": {
"rendr": ">=1.1.0"
},
"keywords": [
"rendr",
"handlebars",
"templates"
],
"author": "Spike Brehm <spike@airbnb.com>",
"license": "MIT",
"engines": {
"npm": ">=1.2.10"
},
"devDependencies": {
"backbone": "~1.1.2",
"chai": "^2.1.0",
"handlebars": "^2.0.0",
"memo-is": "0.0.2",
"mocha": "~2.1.0",
"sinon": "~1.12.2",
"sinon-chai": "^2.7.0",
"proxyquire": "^1.3.1"
},
"browser": {
"handlebars": "handlebars/runtime"
}
}