-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 KB
/
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
41
42
43
44
45
{
"name": "jay-gee-eff-for-web",
"version": "0.2.2",
"description": "JGF - JSON Graph Format helper module for usage in the web",
"main": "index.js",
"scripts": {
"test": "nyc mocha --colors test/** && nyc --reporter=lcov mocha test/** > /dev/null",
"generate-docs": "node_modules/.bin/jsdoc -c jsdoc.json APIDOCS.README.md"
},
"repository": {
"type": "git",
"url": "[email protected]:ArSn/jay-gee-eff-for-web.git"
},
"keywords": [
"JGF",
"jsongraph",
"graph",
"nodes",
"vertices",
"edges",
"relationships",
"javascript",
"es7"
],
"author": "ArSn (https://github.com/ArSn/jay-gee-eff-for-web) - Credits for original package go to Bigman73 (https://github.com/bigman73/jay-gee-eff)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ArSn/jay-gee-eff-for-web/issues"
},
"homepage": "https://github.com/ArSn/jay-gee-eff-for-web#readme",
"devDependencies": {
"ajv-for-jgf-v1": "npm:ajv@^4.11",
"chai": "^4.2.0",
"docdash": "^1.0.3",
"jsdoc": "^3.5.5",
"mocha": "^10.0.0",
"nyc": "^15.0",
"simple-mock": "^0.8.0"
},
"dependencies": {
"check-types": "^11.1",
"deepdash": "^5.3",
"lodash": "^4.17.11"
}
}