UNPKG

typhonjs-escomplex-commons

Version:
55 lines (54 loc) 1.88 kB
{ "name": "typhonjs-escomplex-commons", "version": "0.1.1", "homepage": "https://github.com/typhonjs-node-escomplex/typhonjs-escomplex-commons/", "description": "Provides core common utilities for typhonjs-escomplex modules and plugins.", "license": "MPL-2.0", "author": { "name": "Michael Leahy" }, "repository": { "type": "git", "url": "https://github.com/typhonjs-node-escomplex/typhonjs-escomplex-commons.git" }, "maintainers": [ { "name": "Michael Leahy", "email": "support@typhonjs.io", "url": "https://github.com/typhonrt" } ], "devDependencies": { "typhonjs-config-eslint": "^0.5.0", "typhonjs-escomplex-test-data": "git+https://git@github.com/typhonjs-node-escomplex/typhonjs-escomplex-test-data.git", "typhonjs-npm-build-test": "^0.7.0" }, "scripts": { "build": "babel-node ./node_modules/typhonjs-npm-scripts-build-babel/scripts/build.js", "esdoc": "esdoc -c .esdocrc", "eslint": "eslint .", "prepublish": "babel-node ./node_modules/typhonjs-npm-scripts-publish/scripts/prepublish.js", "test": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha.js", "test-coverage": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha-istanbul.js", "dev-test": "BABEL_ENV=escomplex-dev babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha.js dev_test", "dev-test-coverage": "BABEL_ENV=escomplex-dev babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha-istanbul.js dev_test" }, "keywords": [ "typhonjs", "escomplex", "commons", "report", "traits", "formats" ], "files": [ "dist", "src", ".esdocrc", "AUTHORS.md" ], "directories": {}, "bugs": { "url": "https://github.com/typhonjs-node-escomplex/typhonjs-escomplex-commons/issues" } }