UNPKG

dictate

Version:
52 lines 1.44 kB
{ "name": "calcify", "version": "0.11.0", "description": "Stringify JSON with standard structure.", "main": "calcify.js", "support": "calcify.support.js", "deploy": "calcify.deploy.js", "browser": "calcify.deploy.js", "scripts": { "build": "babel calcify.js --out-file calcify.support.js --source-maps && webpack --progress --display-modules", "pristine": "rsetmod clean && flxc execute ./.install.sh", "clear": "rsetmod clean --clear", "formal": "jesy apply '*.json'", "pretest": "npm run clear && npm run build", "test": "node calcify-test.js", "posttest": "npm run formal" }, "repository": { "type": "git", "url": "git+https://github.com/volkovasystems/calcify.git" }, "keywords": [ "stringify", "json", "standard", "structure", "calcify" ], "author": "Richeve S. Bebedor <richeve.bebedor@gmail.com>", "contributors": [ "John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>", "Vinse Vinalon <vinsevinalon@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/volkovasystems/calcify/issues" }, "homepage": "https://github.com/volkovasystems/calcify#readme", "dependencies": { "babel-runtime": "^6.25.0", "jnfy": "^0.3.0", "parseon": "^0.10.0" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.25.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-latest": "^6.24.1", "source-map-loader": "^0.2.1", "webpack": "^3.4.1" } }