forked from jdan/cleaver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 819 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
{
"name": "cleaver",
"preferGlobal": true,
"version": "0.8.1",
"author": "Jordan Scales <scalesjordan@gmail.com>",
"description": "30-second slideshows for hackers",
"keywords": [
"markdown",
"static",
"slideshow",
"presentation"
],
"bin": {
"cleaver": "./bin/cleaver"
},
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/jdan/cleaver.git"
},
"dependencies": {
"commander": "~2.1.0",
"debug": "^2.1.1",
"highlight.js": "~9.0.0",
"js-yaml": "2.1.0",
"marked": "~0.2.9",
"mustache": "0.7.0",
"q": "0.9.6",
"tiny-lr": "^0.2.1"
},
"devDependencies": {
"jshint": "~2.3.0"
},
"scripts": {
"test": "./node_modules/.bin/jshint lib/ resources/script.js bin/cleaver"
},
"license": "MIT"
}