UNPKG

baobab

Version:

JavaScript data tree with cursors.

50 lines (49 loc) 1.09 kB
{ "name": "baobab", "version": "0.2.1", "description": "JavaScript data tree with cursors.", "main": "index.js", "dependencies": { "emmett": "^2.1.1", "typology": "^0.3.0" }, "devDependencies": { "async": "~0.9.0", "browserify": "^7.0.0", "gulp": "^3.8.10", "gulp-header": "^1.2.2", "gulp-jshint": "^1.9.0", "gulp-mocha": "^2.0.0", "gulp-rename": "^1.2.0", "gulp-uglify": "^1.0.2", "jsdom": "^1.5.0", "lodash.clonedeep": "^2.4.1", "mocha": "^2.0.1", "react": "^0.12.2", "vinyl-transform": "^1.0.0" }, "scripts": { "test": "gulp test", "build": "gulp build" }, "repository": { "type": "git", "url": "https://github.com/Yomguithereal/baobab.git" }, "keywords": [ "cursors", "immutable", "atom", "tree", "react" ], "author": { "name": "Guillaume Plique", "url": "http://github.com/Yomguithereal" }, "license": "MIT", "bugs": { "url": "https://github.com/Yomguithereal/baobab/issues" }, "homepage": "https://github.com/Yomguithereal/baobab" }