forked from DamonOehlman/deckem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 812 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
{
"name": "deckem",
"description": "Build deck.js presentations using Jade templating",
"tags": [
"presentations",
"deck.js",
"couchdb",
"steelmesh"
],
"author": "Damon Oehlman <[email protected]>",
"version": "0.0.10",
"main": "index",
"bin": {
"deckem": "./bin/deckem"
},
"engines": {
"node": ">= 0.4.x < 0.7.0"
},
"dependencies": {
"async": "0.1.x",
"cleave": "0.1.x",
"debug": "*",
"jade": "0.20.x",
"out": "*",
"underscore": "1.x.x",
"scaffolder": "0.4.x"
},
"devDependencies": {
"vows": "0.5.x",
"interleave": "0.1.x"
},
"repository": {
"type": "git",
"url": "git://github.com/steelmesh/deckem.git"
},
"bugs": {
"url": "http://github.com/steelmesh/deckem/issues"
},
"contributors": []
}