-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 849 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
{
"name": "gitbook-plugin-reveal",
"description": "Reveal sections of the page in series",
"main": "index.js",
"version": "0.0.3",
"engines": {
"gitbook": "*"
},
"homepage": "https://github.com/mrpotes/gitbook-plugin-reveal",
"repository": {
"type": "git",
"url": "https://github.com/mrpotes/gitbook-plugin-reveal.git"
},
"license": "Apache 2",
"bugs": {
"url": "https://github.com/mrpotes/gitbook-plugin-reveal/issues"
},
"dependencies": {
"swig": "^1.3.2",
"lodash": "^2.4.1",
"marked": "https://github.com/mrpotes/marked/tarball/html-structure"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gitbook",
"plugin"
],
"author": "James Phillpotts <james.phillpotts@gmail.com> (http://github.com/mrpotes)"
}