doc-dna
Version:
dependencies graph of a the CreativeWork of a JSON-LD document using schema.org context
41 lines (40 loc) • 1.05 kB
JSON
{
"name": "doc-dna",
"version": "0.0.6",
"description": "dependencies graph of a the CreativeWork of a JSON-LD document using schema.org context",
"main": "index.js",
"scripts": {
"build": "node data/index.js && ./node_modules/.bin/browserify index.js -o bundle.js",
"debug": "./node_modules/.bin/watchify -t brfs ./app.js --debug -o demo.js",
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/sballesteros/doc-dna.git"
},
"keywords": [
"hyperdata",
"JSON-LD",
"schema.org",
"CreativeWork",
"dependencies",
"graph"
],
"author": "Sebastien Ballesteros",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sballesteros/doc-dna/issues"
},
"homepage": "https://github.com/sballesteros/doc-dna",
"devDependencies": {
"brfs": "^1.2.0",
"browserify": "^5.12.0",
"mocha": "^1.21.4",
"schema-org-io": "0.2.0",
"watchify": "^1.0.3"
},
"dependencies": {
"clone": "^0.1.18",
"d3": "^3.4.11"
}
}