UNPKG

spike-util

Version:
47 lines (46 loc) 1.02 kB
{ "name": "spike-util", "description": "utilities for spike plugins", "version": "1.3.0", "author": "Jeff Escalante", "ava": { "verbose": "true", "files": [ "test/*.js", "!test/plugin.js", "!test/loader.js" ] }, "bugs": "https://github.com/static-dev/spike-utils/issues", "dependencies": { "filewrap": "1.0.0", "glob": "^7.1.2", "micromatch": "^3.0.4", "when": "^3.7.7" }, "devDependencies": { "ava": "^0.20.0", "coveralls": "^2.13.1", "nyc": "^11.0.3", "source-loader": "^0.2.0", "spike-core": "^2.0.0", "standard": "^10.0.2" }, "engines": { "node": ">= 6.0.0" }, "homepage": "https://github.com/static-dev/spike-utils", "keywords": [ "spike", "utility" ], "license": "MIT", "main": "lib", "repository": "static-dev/spike-utils", "scripts": { "coverage": "nyc ava", "coveralls": "nyc --reporter=lcov ava && cat ./coverage/lcov.info | coveralls", "lint": "standard", "test": "ava" } }