forked from rendrjs/rendr-app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 844 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
{
"name": "rendr-app-template",
"version": "0.0.8",
"description": "",
"main": "index.js",
"scripts": {
"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": "~0.3.1",
"coffee-script": "~1.6.2",
"debug": "*"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-stylus": "~0.5.0",
"grunt-contrib-handlebars": "git://github.com/spikebrehm/grunt-contrib-handlebars#d61e7457c6551965f88de46ad207fd67d18ddd4a",
"grunt-rendr-stitch": "~0.0.2",
"grunt-contrib-watch": "~0.3.1",
"grunt-bg-shell": "~2.0.1",
"nodemon": "~0.7.6"
},
"engines": {
"node": ">=0.8"
}
}