UNPKG

@warp-works/core

Version:

Core library for WarpWorks

56 lines (55 loc) 1.56 kB
{ "name": "@warp-works/core", "version": "1.0.0-rc6", "description": "Core library for WarpWorks", "main": "lib/index.js", "scripts": { "coverage": "nyc npm run -s test", "lint:node": "eslint --fix --ignore-pattern='*.test.js' \"lib/**/*.js\"", "lint:test": "eslint --fix --config='.eslintrc.test.json' \"lib/**/*.test.js\"", "lint": "npm run -s lint:node && npm run -s lint:test", "test": "mocha 'lib/**/*.unit.test.js'" }, "repository": { "type": "git", "url": "git+https://github.com/WarpWorks/core.git" }, "keywords": [ "WarpWorks" ], "author": { "name": "Dirk Slama", "email": "dirk.slama@gmx.de" }, "contributors": [ { "name": "Hữu Ðà Trần", "email": "huuda.tran@quoininc.com", "url": "https://www.quoininc.com/staff/huu-da-tran/" } ], "license": "MIT", "bugs": { "url": "https://github.com/WarpWorks/core/issues" }, "homepage": "https://github.com/WarpWorks/core#readme", "devDependencies": { "@quoin/eslint-config-quoin": "0.1.4", "@quoin/node-test-helpers": "0.2.1", "eslint": "3.19.0", "eslint-plugin-html": "2.0.3", "eslint-plugin-import": "2.3.0", "eslint-plugin-node": "5.0.0", "eslint-plugin-promise": "3.5.0", "eslint-plugin-standard": "3.0.1", "mocha": "3.4.2", "nyc": "11.0.2" }, "dependencies": { "@quoin/node-rc": "0.1.1", "bluebird": "3.5.0", "debug": "2.6.8", "lodash": "4.17.4", "mongodb": "2.2.28" } }