-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 854 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 854 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
34
35
{
"name": "graphviz-node",
"version": "0.8.0",
"description": "Node.js wrapper for Graphviz.",
"keywords": [
"node",
"graphviz"
],
"main": "index.js",
"homepage": "https://github.com/540co/graphviz-node",
"repository": {
"type": "git",
"url": "https://github.com/540co/graphviz-node.git"
},
"dependencies": {
"fs": "0.0.1-security"
},
"devDependencies": {
"eslint": "^6.6.0",
"jsdoc": "^3.6.3",
"minami": "^1.2.3",
"np": "^5.1.3"
},
"scripts": {
"test": "echo \"Error: no test specified\"",
"docs": "npm run docs:build && open docs/index.html",
"docs:build": "./node_modules/.bin/jsdoc -r -c jsdoc.json -d docs -R README.md",
"lint": "./node_modules/.bin/eslint 'lib/**'"
},
"author": {
"name": "Mark Ostrander",
"email": "mark@540.co"
},
"license": "MIT"
}