aboutsummaryrefslogtreecommitdiff
path: root/node_modules/touch/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/touch/package.json')
-rw-r--r--node_modules/touch/package.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/node_modules/touch/package.json b/node_modules/touch/package.json
deleted file mode 100644
index 05608de..0000000
--- a/node_modules/touch/package.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
- "name": "touch",
- "description": "like touch(1) in node",
- "version": "3.1.0",
- "repository": "git://github.com/isaacs/node-touch.git",
- "bin": {
- "nodetouch": "./bin/nodetouch.js"
- },
- "dependencies": {
- "nopt": "~1.0.10"
- },
- "license": "ISC",
- "scripts": {
- "test": "tap test/*.js --100 -J",
- "preversion": "npm test",
- "postversion": "npm publish",
- "postpublish": "git push origin --all; git push origin --tags"
- },
- "devDependencies": {
- "mutate-fs": "^1.1.0",
- "tap": "^10.7.0"
- },
- "files": [
- "index.js",
- "bin/nodetouch.js"
- ]
-}