2011-11-22 01:48:45 +08:00
|
|
|
{ "name" : "semver"
|
2012-01-17 07:06:16 +08:00
|
|
|
, "version" : "1.0.13"
|
2011-11-22 01:48:45 +08:00
|
|
|
, "description" : "The semantic version parser used by npm."
|
|
|
|
, "main" : "semver.js"
|
|
|
|
, "scripts" : { "test" : "tap test.js" }
|
|
|
|
, "devDependencies": { "tap" : "0.x >=0.0.4" }
|
|
|
|
, "license" :
|
|
|
|
{ "type" : "MIT"
|
|
|
|
, "url" : "https://github.com/isaacs/semver/raw/master/LICENSE" }
|
|
|
|
, "repository" : "git://github.com/isaacs/node-semver.git"
|
|
|
|
, "bin" : { "semver" : "./bin/semver" } }
|