mirror of
https://github.com/zhigang1992/npm.git
synced 2026-06-15 02:09:12 +08:00
52 lines
2.4 KiB
JSON
52 lines
2.4 KiB
JSON
{ "name" : "npm"
|
|
, "description" : "A package manager for node"
|
|
, "keywords" : [ "package manager", "modules", "install", "package.json" ]
|
|
, "version" : "0.2.10-1"
|
|
, "homepage" : "http://npmjs.org/"
|
|
, "author" : "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)"
|
|
, "contributors" :
|
|
[ "Steve Steiner <ssteinerX@gmail.com> (http://websaucesoftware.com/blog/)"
|
|
, "Mikeal Rogers <mikeal.rogers@gmail.com> (http://www.mikealrogers.com/)"
|
|
, "Aaron Blohowiak <aaron.blohowiak@gmail.com> (http://aaronblohowiak.com/)"
|
|
, "Martyn Smith <martyn@dollyfish.net.nz> (http://dollyfish.net.nz/)"
|
|
, "Mathias Pettersson <mape@mape.me> (http://mape.me/)"
|
|
, "Brian Hammond <brian@fictorial.com> (http://fictorial.com/)"
|
|
, "Charlie Robbins <charlie.robbins@gmail.com> (http://www.charlierobbins.com/)"
|
|
, "Francisco Treacy <francisco.treacy@gmail.com> (http://franciscotreacy.com/)"
|
|
, "Cliffano Subagio <cliffano@gmail.com> (http://blog.cliffano.com/)"
|
|
, "Christian Eager <christian.eager@nokia.com> (http://perpenduum.com)"
|
|
, "Dav Glass <davglass@gmail.com> (http://blog.davglass.com)"
|
|
, "Alex K. Wolfe <alexkwolfe@gmail.com>"
|
|
, "James Sanders <jimmyjazz14@gmail.com> (http://james-sanders.com/)"
|
|
, "Reid Burke <me@reidburke.com> (http://reidburke.com/)"
|
|
, "Arlo Breault <arlolra@gmail.com> (http://thoughtherder.com/)"
|
|
, "Timo Derstappen <teemow@gmail.com> (http://teemow.com)"
|
|
, "Bradley Meck <bradley.meck@gmail.com>"
|
|
, "Bart Teeuwisse <bart.teeuwisse@thecodemill.biz> (http://thecodemill.biz/)"
|
|
, "Ben Noordhuis <info@bnoordhuis.nl> (http://bnoordhuis.nl/)"
|
|
, "Tor Valamo <tor.valamo@gmail.com> (http://www.magnimedia.no/)"
|
|
, "Whyme.Lyu <5longluna@gmail.com> (http://whyme.kuantu.com/)"
|
|
, "Olivier Melcher <olivier.melcher@gmail.com>"
|
|
, "Tomaž Muraus <kami@k5-storitve.net> (http://www.tomaz-muraus.info)"
|
|
, "Evan Meagher <evan.meagher@gmail.com> (http://evanmeagher.net/)"
|
|
]
|
|
, "repository" :
|
|
{ "type" : "git"
|
|
, "url" : "http://github.com/isaacs/npm.git"
|
|
}
|
|
, "bugs" :
|
|
{ "mail" : "npm-@googlegroups.com"
|
|
, "web" : "http://github.com/isaacs/npm/issues"
|
|
}
|
|
, "directories" : { "doc" : "./doc", "man" : "./man1", "lib" : "./lib" }
|
|
, "bin" : { "npm" : "./cli.js" }
|
|
, "main" : "npm"
|
|
, "engines" : { "node" : ">=0.2.0" }
|
|
, "scripts" : { "test" : "make test" }
|
|
, "licenses" :
|
|
[ { "type" : "MIT"
|
|
, "url" : "http://github.com/isaacs/npm/raw/master/LICENSE"
|
|
}
|
|
]
|
|
}
|