1{
2  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
3  "name": "touch",
4  "description": "like touch(1) in node",
5  "version": "2.0.2",
6  "repository": "git://github.com/isaacs/node-touch.git",
7  "main": "touch.js",
8  "engines": {
9    "node": ">=0.6"
10  },
11  "bin": {
12    "nodetouch": "./bin/nodetouch.js"
13  },
14  "dependencies": {
15    "nopt": "~1.0.10"
16  },
17  "license": "ISC",
18  "scripts": {
19    "test": "tap test/*.js --lines=100",
20    "preversion": "npm test",
21    "postversion": "npm publish",
22    "postpublish": "git push origin --all; git push origin --tags"
23  },
24  "devDependencies": {
25    "mutate-fs": "^1.1.0",
26    "tap": "^10.7.0"
27  },
28  "files": [
29    "touch.js",
30    "bin/nodetouch.js"
31  ]
32}
33