UNPKG

implement-js

Version:
48 lines (47 loc) 1.37 kB
{ "name": "implement-js", "version": "0.0.31", "description": "JavaScript interface library", "main": "lib/implement.js", "scripts": { "test": "mocha ./test/index.js --require babel-register", "build": "webpack --config webpack.config.js", "release": "rm -rf node_modules && yarn cache clean && yarn && yarn build && yarn publish" }, "repository": "git+https://github.com/Jahans3/implement.js.git", "keywords": [ "interface", "javascript", "library" ], "author": "Josh Jahans", "license": "ISC", "bugs": { "url": "https://github.com/Jahans3/implement/issues" }, "homepage": "https://github.com/Jahans3/implement#readme", "devDependencies": { "babel-core": "6.26.0", "babel-loader": "7.1.2", "babel-plugin-transform-es2015-parameters": "6.24.1", "babel-plugin-transform-object-rest-spread": "6.26.0", "babel-preset-env": "1.6.1", "babel-register": "6.26.0", "chai": "4.1.2", "chai-spies": "0.7.1", "eslint": "4.18.2", "eslint-config-standard": "10.2.1", "eslint-plugin-import": "2.8.0", "eslint-plugin-node": "5.2.1", "eslint-plugin-promise": "3.6.0", "eslint-plugin-standard": "3.0.1", "mocha": "4.0.1", "webpack": "3.8.1", "yarn": "1.17.3" }, "dependencies": { "invariant": "2.2.2", "uuid": "3.1.0", "warning": "3.0.0" } }