takorogo
Version:
Takorogo to JSON parser for Node.js
61 lines (60 loc) • 1.44 kB
JSON
{
"name": "takorogo",
"version": "0.0.1-19",
"description": "Takorogo to JSON parser for Node.js",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/grunt ci"
},
"homepage": "http://takorogo.github.io/node-takorogo/",
"repository": {
"type": "git",
"url": "https://github.com/takorogo/node-takorogo"
},
"keywords": [
"takorogo",
"graphdb",
"graph",
"document-graph mapper",
"neo4j",
"Cypher",
"DSL"
],
"author": "Mikhail Zyatin <mikhail.zyatin@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/takorogo/node-takorogo/issues"
},
"config": {
"blanket": {
"pattern": [
"node-takorogo/lib"
]
}
},
"dependencies": {
"lodash": "^2.4.1"
},
"devDependencies": {
"chai": "~1.9.2",
"grunt": "~0.4.1",
"grunt-browserify": "^3.0.1",
"grunt-cli": "~0.1.9",
"grunt-codo": "^0.2.0",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-execute": "^0.2.2",
"grunt-gh-pages": "^0.9.1",
"grunt-jison": "^1.3.1",
"grunt-mocha-cov": "^0.3.0",
"grunt-release": "^0.7.0",
"load-grunt-tasks": "^0.6.0",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0"
}
}