jsongraph
Version:
powerful minimalist graph/dataflow programming based on jsonschema references (nodejs/coffeescript)
49 lines (48 loc) • 1.32 kB
JSON
{
"name": "jsongraph",
"version": "1.0.71",
"description": "powerful minimalist graph/dataflow programming based on jsonschema references (nodejs/coffeescript)",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"json-ref-lite": "~1.0.63",
"property-expr": "^1.3.1",
"typeshave": "~0.2.44"
},
"devDependencies": {},
"scripts": {
"browser": "/bin/bash -c 'coffee -c *.coffee lib/*.coffee test/*.coffee && browserify -r .:jsongraph | uglifyjs -o jsongraph.min.js'",
"browserfull": "/bin/bash -c 'coffee -c *.coffee lib/*.coffee test/*.coffee && browserify -r .:jsongraph > jsongraph.js'",
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://coderofsalvation@github.com/coderofsalvation/jsongraph.git"
},
"keywords": [
"dataflow",
"flowbased",
"flow",
"json flow",
"graph",
"jsongraph",
"json graph",
"circular",
"json",
"graphbased",
"programming",
"jsongraph",
"jsonpointers",
"jsonschema",
"jsonschema",
"references"
],
"author": "coderofsalvation",
"license": "BSD",
"bugs": {
"url": "https://github.com/coderofsalvation/jsongraph/issues"
},
"homepage": "https://github.com/coderofsalvation/jsongraph"
}