| { |
| "author": { |
| "email": "mail@substack.net", |
| "name": "James Halliday", |
| "url": "http://substack.net" |
| }, |
| "dependencies": {}, |
| "description": "compute the closest common parent for file paths", |
| "devDependencies": { |
| "tape": "^3.5.0" |
| }, |
| "engine": { |
| "node": ">=0.4" |
| }, |
| "keywords": [ |
| "common", |
| "path", |
| "directory", |
| "file", |
| "parent", |
| "root" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "commondir", |
| "repository": { |
| "type": "git", |
| "url": "http://github.com/substack/node-commondir.git" |
| }, |
| "scripts": { |
| "test": "tape test/*.js" |
| }, |
| "version": "1.0.1" |
| } |