forked from rendrjs/rendr-app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.26 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-app-template",
"version": "0.1.6",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --ui bdd --reporter spec ./test --recursive",
"start": "DEBUG=app:* node index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/airbnb/rendr-app-template.git"
},
"dependencies": {
"express": "~>3",
"underscore": "~1.4.4",
"async": "~0.1.22",
"request": "~2.16",
"rendr-handlebars": "0.0.5",
"rendr": "git://github.com/craigedmunds/rendr",
"debug": "*",
"util": "*",
"utile": "~0.2.0",
"passport": "*",
"passport-oauth": "*",
"passport-testservice": "git://github.com/craigedmunds/passport-testservice",
"bcrypt": "0.7.x",
"pkginfo": "*",
"ejs": "~0.8.4",
"dotenv": "0.0.2",
"backbone": "~1.0.0",
"connect-redis": "~1.4.5",
"redis": "~0.8.4"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-stylus": "~0.5.0",
"grunt-contrib-handlebars": "git://github.com/spikebrehm/grunt-contrib-handlebars#a4ae75750efeb23bf8ca9c61d9cf7569d40879fa",
"grunt-rendr-stitch": "~0.0.6",
"grunt-contrib-watch": "~0.3.1",
"nodemon": "~0.7.6",
"mocha": "~1.9.0",
"should": "~1.2.2"
},
"engines": {
"node": ">=0.10"
}
}