48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "erre",
|
||
|
"version": "2.2.0",
|
||
|
"description": "Modern, performant and tiny streams script using generators",
|
||
|
"main": "erre.js",
|
||
|
"jsnext:main": "index.next.js",
|
||
|
"module": "index.next.js",
|
||
|
"scripts": {
|
||
|
"prepare": "npm run build && npm test",
|
||
|
"lint": "eslint index.next.js test.js rollup.config.js",
|
||
|
"build": "rollup -c",
|
||
|
"bench": "node bench",
|
||
|
"test": "npm run lint && mocha test.js"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.next.js"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/gianlucaguarini/erre.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"es6",
|
||
|
"es2015",
|
||
|
"streams",
|
||
|
"generator",
|
||
|
"functional",
|
||
|
"reactive"
|
||
|
],
|
||
|
"author": "Gianluca Guarini <gianluca.guarini@gmail.com> (http://gianlucaguarini.com)",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/gianlucaguarini/erre/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/gianlucaguarini/erre#readme",
|
||
|
"devDependencies": {
|
||
|
"@gianlucaguarini/eslint-config": "^2.0.0",
|
||
|
"benchmark": "^2.1.4",
|
||
|
"eslint": "^5.16.0",
|
||
|
"mocha": "^6.1.4",
|
||
|
"rollup": "^1.15.5",
|
||
|
"rollup-plugin-node-resolve": "^5.0.2"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"ruit": "^1.0.4"
|
||
|
}
|
||
|
}
|