| { | 
 |   "author": { | 
 |     "email": "mail@substack.net",  | 
 |     "name": "James Halliday",  | 
 |     "url": "http://substack.net" | 
 |   },  | 
 |   "description": "concatenative mapdashery",  | 
 |   "devDependencies": { | 
 |     "tape": "~2.4.0" | 
 |   },  | 
 |   "directories": { | 
 |     "example": "example",  | 
 |     "test": "test" | 
 |   },  | 
 |   "keywords": [ | 
 |     "concat",  | 
 |     "concatMap",  | 
 |     "map",  | 
 |     "functional",  | 
 |     "higher-order" | 
 |   ],  | 
 |   "license": "MIT",  | 
 |   "main": "index.js",  | 
 |   "name": "concat-map",  | 
 |   "repository": { | 
 |     "type": "git",  | 
 |     "url": "git://github.com/substack/node-concat-map.git" | 
 |   },  | 
 |   "scripts": { | 
 |     "test": "tape test/*.js" | 
 |   },  | 
 |   "testling": { | 
 |     "browsers": { | 
 |       "chrome": [ | 
 |         10,  | 
 |         22 | 
 |       ],  | 
 |       "ff": [ | 
 |         3.5,  | 
 |         10,  | 
 |         15.0 | 
 |       ],  | 
 |       "ie": [ | 
 |         6,  | 
 |         7,  | 
 |         8,  | 
 |         9 | 
 |       ],  | 
 |       "opera": [ | 
 |         12 | 
 |       ],  | 
 |       "safari": [ | 
 |         5.1 | 
 |       ] | 
 |     },  | 
 |     "files": "test/*.js" | 
 |   },  | 
 |   "version": "0.0.1" | 
 | } |