mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
568 B
21 lines
568 B
12 years ago
|
{
|
||
|
"name": "movefile",
|
||
|
"description": "rename implementation working over devices",
|
||
|
"version": "0.2.0",
|
||
|
"author": "yazgazan <yazgazan@gmail.com>",
|
||
|
"main": "./build/Release/movefile",
|
||
|
"keywords": ["move", "file", "rename"],
|
||
|
"repository": "git://github.com/yazgazan/movefile.git",
|
||
|
"directories": {
|
||
|
"lib": "./build/Release/"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"install": "./node_modules/node-gyp/bin/node-gyp.js configure && ./node_modules/node-gyp/bin/node-gyp.js build"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": "*"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"node-gyp": "~0.9.1"
|
||
|
}
|
||
|
}
|