fix package.json for latest npm

This commit is contained in:
lennart 2011-04-07 23:03:35 +08:00 committed by Ryan McGrath
parent 1840fcc0e6
commit 8d26a5c13e

View file

@ -6,30 +6,27 @@
"repository": { "repository": {
"type" : "git", "type" : "git",
"url": "https://ryanmcgrath@github.com/ryanmcgrath/wrench-js.git", "url": "https://ryanmcgrath@github.com/ryanmcgrath/wrench-js.git"
}, },
"bugs": { "bugs": {
"web": "http://github.com/ryanmcgrath/wrench-js/issues", "web": "http://github.com/ryanmcgrath/wrench-js/issues"
}, },
"os": [ "os": [ "linux", "darwin", "freebsd" ],
"linux",
"darwin",
"freebsd",
],
"directories": { "directories": {
"lib": "./lib/", "lib": "./lib/"
}, },
"main": "./lib/wrench", "main": "./lib/wrench",
"engines": { "engines": {
"node": ">=0.1.97", "node": ">=0.1.97"
}, },
"licenses": [ "licenses": [{
{"type" : "MIT", "url" : "http://github.com/ryanmcgrath/wrench-js/raw/master/LICENSE"} "type" : "MIT",
] "url" : "http://github.com/ryanmcgrath/wrench-js/raw/master/LICENSE"
}]
} }