UNPKG

ancient-graph-spreading

Version:

Automatic maintenance spreading of graph according other graphs.

54 lines (53 loc) 1.55 kB
{ "name": "ancient-graph-spreading", "version": "0.0.15", "description": "Automatic maintenance spreading of graph according other graphs.", "keywords": [ "javascript", "database", "graph", "storage", "integrity", "spreading" ], "author": "Ivan S Glazunov <ivansglazunov@gmail.com>", "contributors": [ { "name": "Ivan S Glazunov", "email": "ivansglazunov@gmail.com" } ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/AncientSouls/GraphSpreading.git" }, "bugs": { "url": "https://github.com/AncientSouls/GraphSpreading/issues" }, "main": "./lib/index.js", "directories": { "lib": "lib", "test": "tests" }, "dependencies": { "ancient-graph": "^0.0.31", "ancient-graph-removed": "^0.0.7", "async": "^2.0.1", "chai": "^3.5.0", "mocha": "^2.5.3" }, "devDependencies": { "babel-cli": "^6.14.0", "babel-preset-es2015": "^6.14.0", "jsdoc": "^3.4.0", "lodash": "^4.16.1", "minami": "^1.1.1", "source-map-support": "^0.4.2" }, "scripts": { "compile": "babel --presets es2015 -d ./ src/ -s --minified", "test": "mocha tests/index.js --require source-map-support/register", "jsdoc": "rm -rf ./doc && git submodule update --init --recursive && cd ./doc && git checkout gh-pages && cd ../ && npm i && rm -rf ./doc/*/ && find ./doc ! -name '.git' -type f -exec rm -rf {} + && jsdoc ./src/lib/*.js ./README.md -r -d ./doc -t ./node_modules/minami -c ./jsdoc.conf.json" } }