summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/node/node_modules/concat-map/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/node/node_modules/concat-map/package.json')
-rw-r--r--chromium/third_party/node/node_modules/concat-map/package.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/chromium/third_party/node/node_modules/concat-map/package.json b/chromium/third_party/node/node_modules/concat-map/package.json
new file mode 100644
index 00000000000..d3640e6b027
--- /dev/null
+++ b/chromium/third_party/node/node_modules/concat-map/package.json
@@ -0,0 +1,43 @@
+{
+ "name" : "concat-map",
+ "description" : "concatenative mapdashery",
+ "version" : "0.0.1",
+ "repository" : {
+ "type" : "git",
+ "url" : "git://github.com/substack/node-concat-map.git"
+ },
+ "main" : "index.js",
+ "keywords" : [
+ "concat",
+ "concatMap",
+ "map",
+ "functional",
+ "higher-order"
+ ],
+ "directories" : {
+ "example" : "example",
+ "test" : "test"
+ },
+ "scripts" : {
+ "test" : "tape test/*.js"
+ },
+ "devDependencies" : {
+ "tape" : "~2.4.0"
+ },
+ "license" : "MIT",
+ "author" : {
+ "name" : "James Halliday",
+ "email" : "mail@substack.net",
+ "url" : "http://substack.net"
+ },
+ "testling" : {
+ "files" : "test/*.js",
+ "browsers" : {
+ "ie" : [ 6, 7, 8, 9 ],
+ "ff" : [ 3.5, 10, 15.0 ],
+ "chrome" : [ 10, 22 ],
+ "safari" : [ 5.1 ],
+ "opera" : [ 12 ]
+ }
+ }
+}