UNPKG

cakenull

Version:

null is not scary

28 lines (27 loc) 617 B
{ "name": "cakenull", "version": "1.0.1", "description": "null is not scary", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "cleanLib": "./node_modules/.bin/rimraf lib", "bableBuild": "./node_modules/.bin/babel src --out-dir lib", "prepublish": "npm run cleanLib && npm run bableBuild" }, "keywords": [ "null", "Null", "NULL" ], "author": "", "license": "ISC", "dependencies": { "babel": "^6.23.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-es2015": "^6.24.1", "rimraf": "^3.0.2" } }