change version numbers to x.x.x format

This commit is contained in:
Konstantin Käfer
2011-05-13 12:33:14 -04:00
parent 9cb9ad771d
commit b5fbf4642f
+17 -14
View File
@@ -1,30 +1,33 @@
{ {
"name" : "tilelive-mbtiles", "name": "tilelive-mbtiles",
"main" : "./index", "version": "0.0.1",
"description" : "mbtiles backend for tilelive", "description": "mbtiles backend for tilelive",
"url" : "http://github.com/mapbox/tilelive-mbtiles", "url": "http://github.com/mapbox/tilelive-mbtiles",
"keywords" : ["map", "server", "mbtiles", "tms"], "keywords": ["map", "server", "mbtiles", "tms"],
"licenses" : [{ "licenses": [{ "type": "BSD" }],
"type": "BSD"
}], "main": "./index",
"repositories": [{ "repositories": [{
"type": "git", "type": "git",
"url": "http://github.com/mapbox/tilelive-mbtiles.git" "url": "http://github.com/mapbox/tilelive-mbtiles.git"
}], }],
"contributors": [ "contributors": [
"Tom MacWright <tmcw>", "Tom MacWright <tmcw>",
"Will White <willwhite>", "Will White <willwhite>",
"Dane Springmeyer <springmeyer>", "Dane Springmeyer <springmeyer>",
"Young Hahn <yhahn>" "Young Hahn <yhahn>"
], ],
"dependencies": { "dependencies": {
"sqlite3" : ">= 2.0.8 < 2.1.0", "sqlite3": "2.0.x",
"step" : ">= 0.0.4 < 0.1.0", "step": "0.0.x",
"underscore" : ">= 1.1.1 < 1.2.0", "underscore": "1.1.x",
"zlib" : ">= 1.0.3 < 1.1.0" "zlib": "1.0.x"
}, },
"engines": { "engines": {
"node": ">= 0.4.0" "node": ">= 0.4.0"
}, }
"version" : "0.0.1"
} }