UNPKG

dson-djs

Version:
33 lines (32 loc) 781 B
{ "name": "dson-djs", "version": "0.1.1", "description": "DSON parser in Dogescript", "main": "build/DSON.js", "dependencies": { "browserify": "^4.1.8", "dogeify": "^0.0.1", "dogescript": "^2.3.0" }, "devDependencies": { "tape": "^2.13.2" }, "repository": { "type": "git", "url": "https://github.com/remixz/DSON.djs.git" }, "keywords": [ "dson", "dogescript" ], "author": "Zach Bruggeman <mail@bruggie.com>", "license": "MIT", "bugs": { "url": "https://github.com/remixz/DSON.djs/issues" }, "homepage": "https://github.com/remixz/DSON.djs", "scripts": { "prepublish": "./node_modules/.bin/browserify ./src/index.djs -t dogeify -s DSON > build/DSON.js", "test": "./node_modules/.bin/tape ./test" } }