forked from GitbookIO/plugin-puml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 816 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
{
"name": "gitbook-plugin-puml",
"description": "UML Diagrams rendering using PlantUML",
"main": "index.js",
"version": "2.0.0",
"engines": {
"gitbook": ">=2.0.0",
"node" : ">=0.12.0"
},
"homepage": "https://github.com/GitbookIO/plugin-puml",
"repository": {
"type": "git",
"url": "https://github.com/GitbookIO/plugin-puml.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GitbookIO/plugin-puml/issues"
},
"dependencies": {
"shelljs" : "0.7.0",
"tmp": "0.0.28",
"datauri": "1.0.4"
},
"devDependencies": {
"gitbook-tester": "1.3.0",
"mocha": "2.3.4"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --timeout 15000"
}
}