-
Notifications
You must be signed in to change notification settings - Fork 300
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 803 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 803 Bytes
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
{
"name": "cleaver",
"preferGlobal": true,
"version": "0.8.6",
"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.12.2",
"debug": "^3.1.0",
"highlight.js": "~9.12.0",
"js-yaml": "3.10.0",
"marked": "^0.3.7",
"mustache": "^2.3.0",
"q": "1.5.1",
"tiny-lr": "^1.0.5"
},
"devDependencies": {
"jshint": "~2.9.5"
},
"scripts": {
"test": "./node_modules/.bin/jshint lib/ resources/script.js bin/cleaver"
},
"license": "MIT"
}