UNPKG

820 BJSONView Raw
1{
2 "name": "node-mv",
3 "version": "0.1.1",
4 "description": "Command-line tool for renaming/moving a node.js source file and update all references to the file",
5 "main": "index.js",
6 "dependencies": {
7 "async": "^0.9.0",
8 "commander": "^2.3.0"
9 },
10 "devDependencies": {},
11 "author": "Bill Gao (viruschidai@gmail.com)",
12 "license": "MIT",
13 "bin": {
14 "node-mv": "./bin/mv.js"
15 },
16 "directories": {
17 "test": "test"
18 },
19 "scripts": {
20 "test": "echo \"Error: no test specified\" && exit 1"
21 },
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/viruschidai/node-mv.git"
25 },
26 "keywords": [
27 "node.js",
28 "rename",
29 "file",
30 "mv"
31 ],
32 "bugs": {
33 "url": "https://github.com/viruschidai/node-mv/issues"
34 },
35 "homepage": "https://github.com/viruschidai/node-mv"
36}