aboutsummaryrefslogtreecommitdiff
path: root/node_modules/flatten/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/flatten/package.json')
-rw-r--r--node_modules/flatten/package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/node_modules/flatten/package.json b/node_modules/flatten/package.json
new file mode 100644
index 00000000..855f892f
--- /dev/null
+++ b/node_modules/flatten/package.json
@@ -0,0 +1,21 @@
+{
+ "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": "*"
+ }
+}