fj-flatten
Version:
FP-style array flatten
40 lines (39 loc) • 871 B
JSON
{
"name": "fj-flatten",
"version": "1.0.0",
"description": "FP-style array flatten",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/ORG/fj-flatten.git"
},
"keywords": [
"fp-dom",
"fp",
"dom"
],
"contributors": [
"hemanth.hm <hemanth.hm@gmail.com> (http://www.h3manth.com)",
"stoeffel <schtoeffel@gmail.com> (http://www.schtoeffel.ch)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ORG/fj-flatten/issues"
},
"homepage": "https://github.com/ORG/fj-flatten",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-6to5": "^3.0.0",
"gulp-rename": "^1.2.0",
"gulp-run": "^1.6.6",
"gulp-sourcemaps": "^1.3.0",
"gulp-watch": "^4.1.0",
"mochify": "^2.2.0"
},
"dependencies": {
"fj-fold": "^1.0.1"
}
}