deferral.js
Version:
Mange your async task more easy.
50 lines (49 loc) • 1.49 kB
JSON
{
"name": "deferral.js",
"version": "1.0.0-alpha",
"description": "Mange your async task more easy. ",
"main": "lib/index.js",
"scripts": {
"clear": "rimraf ./dist && rimraf ./coverage/* && rimraf ./.nyc_output/ && rimraf ./lib/*",
"lint": "eslint ./src",
"test": "cross-env NODE_ENV=test nyc --reporter=html --reporter=lcov mocha ./test/**/*",
"codecov": "npm test > coverage.lcov && codecov --token=a44cbc97-4f6e-4cc4-9c44-63e748ea8b9c",
"build": "webpack",
"prepublish": "npm run test && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Elvisz/deferral.js.git"
},
"keywords": [
"task",
"async",
"deferral"
],
"author": "https://github.com/Elvisz",
"license": "MIT",
"bugs": {
"url": "https://github.com/Elvisz/deferral.js/issues"
},
"homepage": "https://github.com/Elvisz/deferral.js#readme",
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.4.0",
"babel-plugin-istanbul": "^4.0.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.2.1",
"babel-register": "^6.24.0",
"chai": "^3.5.0",
"codecov": "^2.1.0",
"cross-env": "^3.2.4",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.2",
"istanbul": "^0.4.5",
"nyc": "^10.1.2",
"rimraf": "^2.6.1"
}
}