summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/read-package-json/node_modules/normalize-package-data/test/fixtures/movefile.json
blob: 59338757027c65a6469fe249654529048c939889 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "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"
  }
}