UNPKG

jsonpointer.js

Version:
42 lines (41 loc) 968 B
{ "name": "jsonpointer.js", "description": "JavaScript implementation of JSON Pointer", "author": { "name": "Alexey Kuzmin", "email": "alex.s.kuzmin@gmail.com" }, "version": "0.4.0", "preferGlobal": false, "repository": { "type": "git", "url": "git://github.com/alexeykuzmin/jsonpointer.js.git" }, "homepage": "https://github.com/alexeykuzmin/jsonpointer.js", "bugs": { "url": "https://github.com/alexeykuzmin/jsonpointer.js/issues" }, "scripts": { "test": "grunt check-code" }, "devDependencies": { "chai": "~1.5.0", "grunt": "~0.4.1", "grunt-contrib-jshint": "~0.4.2", "grunt-coffeelint": "0.0.6", "grunt-simple-mocha": "~0.4.0", "grunt-contrib-coffee": "~0.6.6", "mocha": "~1.9.0" }, "readmeFilename": "README.md", "main": "src/jsonpointer", "directories": { "test": "test" }, "dependencies": {}, "keywords": [ "jsonpointer", "json" ], "license": "MIT" }