-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 897 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": "reveal-cli",
"version": "2.0.0",
"description": "Command line interface for RevealJS",
"main": "",
"scripts": {
"test": "NODE_ENV=test jest"
},
"bin": {
"reveal": "bin/reveal.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sezalcru/reveal-cli.git"
},
"author": "Cesar Cruz",
"license": "MIT",
"bugs": {
"url": "https://github.com/sezalcru/reveal-cli/issues"
},
"homepage": "https://github.com/sezalcru/reveal-cli#readme",
"dependencies": {
"adm-zip": "^0.4.7",
"async": "^2.1.2",
"bluebird": "^3.4.6",
"chalk": "^1.1.3",
"gh-pages": "^0.11.0",
"nock": "^9.0.2",
"request": "^2.75.0",
"simple-git": "^1.61.0",
"uuid": "^3.0.0",
"yargs": "^4.7.1"
},
"devDependencies": {
"coveralls": "^2.11.9",
"debug": "^2.2.0",
"jest": "^16.0.1",
"nyc": "^7.0.0"
}
}