UNPKG

842 BJSONView Raw
1{
2 "name": "node-mv",
3 "version": "0.0.6",
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 "glob": "^4.0.6"
10 },
11 "devDependencies": {},
12 "author": "Bill Gao (viruschidai@gmail.com)",
13 "license": "MIT",
14 "bin": {
15 "node-mv": "./bin/mv.js"
16 },
17 "directories": {
18 "test": "test"
19 },
20 "scripts": {
21 "test": "echo \"Error: no test specified\" && exit 1"
22 },
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/viruschidai/node-mv.git"
26 },
27 "keywords": [
28 "node.js",
29 "rename",
30 "file",
31 "mv"
32 ],
33 "bugs": {
34 "url": "https://github.com/viruschidai/node-mv/issues"
35 },
36 "homepage": "https://github.com/viruschidai/node-mv"
37}