lazy-aggregator
Version:
Creates aggregation wrapper
43 lines (42 loc) • 975 B
JSON
{
"name": "lazy-aggregator",
"version": "3.0.1",
"description": "Creates aggregation wrapper",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha `find ./source -name '*test.js'`",
"test:watch": "mocha `find ./source -name '*test.js'` --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/a-chepugov/lazy-aggregator.git"
},
"keywords": [
"js",
"Aggregation",
"lazy"
],
"author": "Alexey Chepugov",
"license": "ISC",
"bugs": {
"url": "https://github.com/a-chepugov/lazy-aggregator/issues"
},
"homepage": "https://github.com/a-chepugov/lazy-aggregator#readme",
"dependencies": {},
"devDependencies": {
"babel-eslint": "^8.2.5",
"chai": "^4.1.2",
"del": "^3.0.0",
"documentation": "^5.3.5",
"eslint": "^5.0.0",
"eslint-config-wikimedia": "^0.5.0",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-documentation": "^3.2.1",
"gulp-run": "^1.7.1",
"mocha": "^5.0.0"
}
}