main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
989 bytes
|
Rev | Line | |
---|
[d565449] | 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 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.