UNPKG

atm-states

Version:
43 lines (42 loc) 872 B
{ "name": "atm-states", "version": "0.7.0", "description": "ATM States Service", "main": "lib/states.js", "scripts": { "test": "eslint tests/** lib** && nyc --reporter=html --reporter=lcov ava" }, "repository": "https://github.com/timgabets/atm-states", "keywords": [ "ATM", "States" ], "ava": { "files": [ "tests/*.js" ], "source": [ "lib/**/*.{js}" ], "concurrency": 5, "failFast": true, "failWithoutAssertions": false, "powerAssert": false }, "author": { "name": "Tim Gabets", "email": "tim@gabets.ru", "url": "http://gabets.ru/" }, "license": "LGPL-2.1", "devDependencies": { "ava": "^0.23.0", "eslint": "^4.12.0", "eslint-plugin-import": "^2.8.0", "nyc": "^11.3.0" }, "dependencies": { "atm-state-levels": "^1.0.6", "semver": "^5.4.1" } }