123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "cp",
- "version": "0.2.0",
- "description": "cp for node",
- "keywords": [
- "fs",
- "copy",
- "cp"
- ],
- "author": "Stephen Mathieson <me@stephenmathieson.com>",
- "repository": {
- "type": "git",
- "url": "git://github.com/stephenmathieson/node-cp.git"
- },
- "devDependencies": {
- "co-mocha": "^1.0.3",
- "glob": "~3.2.1",
- "gnode": "^0.1.0",
- "istanbul": "git://github.com/gotwarlost/istanbul#c6f8fc8b102cfa4e4455d6a165485b38cb58160c",
- "mocha": "^2.0.1"
- },
- "main": "index",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/stephenmathieson/node-cp/issues"
- },
- "directories": {
- "test": "test"
- },
- "scripts": {
- "test": "make test"
- }
- }
|