You've already forked Epicnabbo-Catalogus-Updated-Daily
67 lines
1.5 KiB
JSON
67 lines
1.5 KiB
JSON
{
|
|
"name": "aigle",
|
|
"version": "1.14.1",
|
|
"description": "Aigle is an ideal Promise library, faster and more functional than other Promise libraries",
|
|
"main": "lib/aigle",
|
|
"typings": "aigle.d.ts",
|
|
"browser": "aigle-es5.min.js",
|
|
"homepage": "https://github.com/suguru03/aigle",
|
|
"keywords": [
|
|
"aigle",
|
|
"promise",
|
|
"async"
|
|
],
|
|
"author": "Suguru Motegi",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"babili": "0.1.4",
|
|
"benchmark": "^2.1.1",
|
|
"bluebird": "^3.5.3",
|
|
"browserify": "^16.2.3",
|
|
"buble": "^0.19.6",
|
|
"codecov": "^3.2.0",
|
|
"docdash": "^1.0.0",
|
|
"eslint": "^5.0.0",
|
|
"fs-extra": "^8.0.0",
|
|
"gulp": "^4.0.0",
|
|
"gulp-bump": "^3.0.0",
|
|
"gulp-git": "^2.8.1",
|
|
"gulp-tag-version": "^1.3.0",
|
|
"husky": "^2.0.0",
|
|
"jsdoc": "^3.5.5",
|
|
"lint-staged": "^8.0.5",
|
|
"lodash": "^4.15.0",
|
|
"minimist": "^1.2.0",
|
|
"mocha": "^6.1.4",
|
|
"mocha.parallel": "0.15.6",
|
|
"neo-async": "^2.6.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"nyc": "^14.0.0",
|
|
"prettier": "^1.14.3",
|
|
"require-dir": "^1.0.0",
|
|
"semver": "^6.0.0",
|
|
"setimmediate": "^1.0.5",
|
|
"tslint": "^5.11.0",
|
|
"typeg": "^0.1.3",
|
|
"typescript": "^3.1.6",
|
|
"uglify-js": "^3.5.14"
|
|
},
|
|
"dependencies": {
|
|
"aigle-core": "^1.0.0"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm-run-all -p build:type lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,ts}": [
|
|
"prettier --write",
|
|
"git add"
|
|
]
|
|
},
|
|
"prettier": {
|
|
"printWidth": 100,
|
|
"singleQuote": true
|
|
}
|
|
} |