Comparing version 0.0.2 to 0.0.3
@@ -11,3 +11,3 @@ var logging = require('./logging'), | ||
logging.trace('Reading .genpkg'); | ||
path.exists(FILENAME, function(exists){ | ||
fs.exists(FILENAME, function(exists){ | ||
@@ -14,0 +14,0 @@ if(!exists) return callback(undefined, {}); |
{ | ||
"name":"genpkg", | ||
"version":"0.0.2", | ||
"description":"Generates NPM packages from single JavaScript files.", | ||
"author":"Azer Koculu <azer@kodfabrik.com>", | ||
"keywords":["package","packaging"], | ||
"directories":{ "lib": "./lib" }, | ||
"main":"./lib/genpkg", | ||
"repository": { "type":"git", "url" : "http://github.com/azer/genpkg.git" }, | ||
"bin":{ | ||
"genpkg":"./bin/genpkg" | ||
"name": "genpkg", | ||
"version": "0.0.3", | ||
"description": "Generates NPM packages from single JavaScript files.", | ||
"author": "Azer Koculu <azer@kodfabrik.com>", | ||
"keywords": [ | ||
"package", | ||
"packaging" | ||
], | ||
"directories": { | ||
"lib": "./lib" | ||
}, | ||
"devDependencies":{ | ||
"highkick":"1.x", | ||
"rimraf":"1.x" | ||
"main": "./lib/genpkg", | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/azer/genpkg.git" | ||
}, | ||
"dependencies":{ | ||
"request":"2.x", | ||
"log4js":"0.x", | ||
"mkdirp":"0.x" | ||
"bin": { | ||
"genpkg": "./bin/genpkg", | ||
"test": "./test/run" | ||
}, | ||
"devDependencies": { | ||
"highkick": "1.x", | ||
"rimraf": "1.x" | ||
}, | ||
"dependencies": { | ||
"optimist": "~0.6.0", | ||
"request": "2.x", | ||
"log4js": "0.x", | ||
"mkdirp": "0.x" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
genpkg simplifies installation and update for unpackaged JavaScript files. | ||
genpkg simplifies installation and update of unpackaged JavaScript files. | ||
@@ -28,1 +28,6 @@ ## Usage Example | ||
``` | ||
## TODO | ||
* Add export code if the module doesn't contain any | ||
* Support rename |
Sorry, the diff of this file is not supported yet
32
16003
4
11
396
+ Addedoptimist@~0.6.0
+ Addedminimist@0.0.10(transitive)
+ Addedoptimist@0.6.1(transitive)
+ Addedwordwrap@0.0.3(transitive)