orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
22 lines (21 loc) • 535 B
JSON
{
"author": "Joshua Holbrook <josh.holbrook@gmail.com> (http://jesusabdullah.net)",
"name": "flatten",
"description": "Flatten arbitrarily nested arrays into a non-nested list of non-array items",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "git://github.com/jesusabdullah/node-flatten.git"
},
"main": "./index.js",
"scripts": {
"test": "node ./test.js"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}