| 12345678910111213141516171819202122 |
- {
- "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
- "name": "touch",
- "description": "like touch(1) in node",
- "version": "1.0.0",
- "repository": "git://github.com/isaacs/node-touch.git",
- "main": "touch.js",
- "engines": {
- "node": ">=0.6"
- },
- "bin": "./bin/touch.js",
- "dependencies": {
- "nopt": "~1.0.10"
- },
- "license": "ISC",
- "scripts": {
- "test": "tap test/*.js"
- },
- "devDependencies": {
- "tap": "^1.3.1"
- }
- }
|