movefile.json 568 B

123456789101112131415161718192021
  1. {
  2. "name": "movefile",
  3. "description": "rename implementation working over devices",
  4. "version": "0.2.0",
  5. "author": "yazgazan <yazgazan@gmail.com>",
  6. "main": "./build/Release/movefile",
  7. "keywords": ["move", "file", "rename"],
  8. "repository": "git://github.com/yazgazan/movefile.git",
  9. "directories": {
  10. "lib": "./build/Release/"
  11. },
  12. "scripts": {
  13. "install": "./node_modules/node-gyp/bin/node-gyp.js configure && ./node_modules/node-gyp/bin/node-gyp.js build"
  14. },
  15. "engines": {
  16. "node": "*"
  17. },
  18. "dependencies": {
  19. "node-gyp": "~0.9.1"
  20. }
  21. }