@menome/document-to-graph
Version:
Menome Technologies Inc: takes incoming text and turns it into a structure suitable for a graph
27 lines (26 loc) • 857 B
JSON
{
"name": "@menome/document-to-graph",
"version": "1.1.5",
"description": "Menome Technologies Inc: takes incoming text and turns it into a structure suitable for a graph",
"repository": "https://github.com/menome/DocumentToGraph",
"main": "DocumentToGraph.js",
"keywords": [
"text",
"graph",
"segements"
],
"license": "Commercial",
"dependencies": {},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.1.1",
"mock-require": "^2.0.1",
"nodemon": "^1.19.2"
},
"scripts": {
"start": "[ \"$NODE_ENV\" = \"production\" ] && npm run prod || npm run dev",
"dev": "node ./node_modules/nodemon/bin/nodemon.js index.js",
"prod": "./node_modules/forever/bin/forever --minUptime 5000 --spinSleepTime 1000 index.js",
"test": "./node_modules/mocha/bin/mocha -C tests"
}
}