Comparing version
{ | ||
"name": "dir2obj", | ||
"description": "Turns directory structures into plain ol' JS objects and vice versa.", | ||
"keywords" : ["directory structure", "directory", "mkdir", "touch", "create"], | ||
"version": "0.0.0", | ||
"homepage" : "https://github.com/rbalicki2/dir2obj", | ||
"keywords": [ | ||
"directory structure", | ||
"directory", | ||
"mkdir", | ||
"touch", | ||
"create" | ||
], | ||
"version": "0.0.1", | ||
"homepage": "https://github.com/rbalicki2/dir2obj", | ||
"devDependencies": { | ||
"gulp": "^3.8.10", | ||
"gulp-jasmine": "^1.0.1", | ||
"gulp-strip-debug": "^1.0.1", | ||
"jasmine-node": "^1.14.5", | ||
"jshint-stylish": "^1.0.0", | ||
"run-sequence": "^1.0.1", | ||
@@ -14,17 +23,17 @@ "tmp": "0.0.24" | ||
"dependencies": { | ||
"node-touch": "0.0.3", | ||
"q": "^1.1.1" | ||
"q": "^1.1.1", | ||
"touch": "0.0.3" | ||
}, | ||
"author" : { | ||
"name" : "Robert Balicki", | ||
"author": { | ||
"name": "Robert Balicki", | ||
"email": "robert.balicki@gmail.com" | ||
}, | ||
"main" : "index.js", | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "https://github.com/rbalicki2/dir2obj.git" | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/rbalicki2/dir2obj.git" | ||
}, | ||
"scripts" : { | ||
"test" : "gulp test" | ||
} | ||
"scripts": { | ||
"test": "gulp test" | ||
} | ||
} |
17247
0.54%7
75%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed