UNPKG

jsonjs

Version:

Jsonj inspired library for procesing JSON

40 lines (39 loc) 804 B
{ "name": "jsonjs", "version": "0.3.2", "description": "Jsonj inspired library for procesing JSON", "main": "jsonjs.js", "scripts": { "test": "node node_modules/jasmine/bin/jasmine.js" }, "keywords": [ "jsonjs", "jsonj", "json" ], "repository": { "type": "git", "url": "https://github.com/joona/jsonjs" }, "bugs": { "url": "https://github.com/joona/jsonjs/issues" }, "author": "Joona Kulmala <jmkulmala@gmail.com>", "contributors": [ { "name": "Joona Kulmala", "email": "jmkulmala@gmail.com" }, { "name": "Jilles van Gurp", "email": "jillesvangurp@gmail.com" } ], "license": "MIT", "devDependencies": { "jasmine": "^2.2.1" }, "publishConfig":{ "registry":"https://registry.npmjs.org" } }