1
|
{
|
2
|
"name" : "concat-map",
|
3
|
"description" : "concatenative mapdashery",
|
4
|
"version" : "0.0.1",
|
5
|
"repository" : {
|
6
|
"type" : "git",
|
7
|
"url" : "git://github.com/substack/node-concat-map.git"
|
8
|
},
|
9
|
"main" : "index.js",
|
10
|
"keywords" : [
|
11
|
"concat",
|
12
|
"concatMap",
|
13
|
"map",
|
14
|
"functional",
|
15
|
"higher-order"
|
16
|
],
|
17
|
"directories" : {
|
18
|
"example" : "example",
|
19
|
"test" : "test"
|
20
|
},
|
21
|
"scripts" : {
|
22
|
"test" : "tape test/*.js"
|
23
|
},
|
24
|
"devDependencies" : {
|
25
|
"tape" : "~2.4.0"
|
26
|
},
|
27
|
"license" : "MIT",
|
28
|
"author" : {
|
29
|
"name" : "James Halliday",
|
30
|
"email" : "mail@substack.net",
|
31
|
"url" : "http://substack.net"
|
32
|
},
|
33
|
"testling" : {
|
34
|
"files" : "test/*.js",
|
35
|
"browsers" : {
|
36
|
"ie" : [ 6, 7, 8, 9 ],
|
37
|
"ff" : [ 3.5, 10, 15.0 ],
|
38
|
"chrome" : [ 10, 22 ],
|
39
|
"safari" : [ 5.1 ],
|
40
|
"opera" : [ 12 ]
|
41
|
}
|
42
|
}
|
43
|
}
|