UNPKG

bitbox-compiler

Version:

bitbox /unbox

27 lines (26 loc) 605 B
{ "name": "bitbox-compiler", "version": "1.0.4", "description": "bitbox /unbox", "main": "lib/main.js", "scripts": { "build": "./node_modules/.bin/babel src --watch -d lib", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "bitbox", "compiler" ], "author": "Sergiu Toderascu <sergiu.toderascu@gmail.com> (http://bitbox.pub)", "license": "ISC", "devDependencies": { "babel-core": "^6.4.5", "babel-preset-es2015": "^6.3.13", "babel-preset-stage-0": "^6.3.13", "js-beautify": "^1.6.2" }, "dependencies": { "js-beautify": "^1.6.2" }, "registry": "npm" }