relational-json
Version:
Relation data model for JSON objects
52 lines (51 loc) • 1.13 kB
JSON
{
"name": "relational-json",
"description": "Relation data model for JSON objects",
"keywords": [
"relational",
"immutable",
"data",
"model",
"json"
],
"version": "3.3.3",
"author": {
"name": "Sebastien Daniel",
"email": "info@sebastiendaniel.ca",
"url": "http://www.sebastiendaniel.ca/"
},
"repository": {
"type": "git",
"url": "https://github.com/SebastienDaniel/relational-json.git"
},
"bugs": {
"url": "https://www.github.com/SebastienDaniel/relational-json/issues"
},
"license": "MIT",
"main": "src/scripts/index.js",
"files": [
"src/scripts/",
".jscsrc",
".jshintrc",
"Gruntfile.js",
"grunt/",
"license",
"README.md"
],
"private": false,
"devDependencies": {
"browserify": "^13.0.0",
"chai": "^3.5.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-exec": "^0.4.6",
"grunt-jscs": "^1.8.0",
"grunt-mocha-istanbul": "^3.0.1",
"istanbul": "^0.4.3",
"load-grunt-config": "^0.19.1",
"mocha": "^2.4.5"
},
"dependencies": {
"sebastiendaniel-adt": "^2.0.2"
}
}