flatit
Version:
Faltten array
35 lines (34 loc) • 696 B
JSON
{
"name": "flatit",
"version": "1.1.1",
"description": "Faltten array",
"main": "index.js",
"scripts": {
"test": "mocha -R spec",
"bench": "matcha"
},
"repository": {
"type": "git",
"url": "git@github.com:floatdrop/flatit.git"
},
"keywords": [
"Flatten",
"array"
],
"files": [
"index.js"
],
"author": "Vsevolod Strukchinsky <floatdrop@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/floatdrop/flatit/issues"
},
"homepage": "https://github.com/floatdrop/flatit",
"devDependencies": {
"flatten": "0.0.1",
"lodash": "^2.4.1",
"matcha": "^0.5.0",
"mocha": "^1.21.3",
"should": "^4.0.4"
}
}