mirror of
https://github.com/thangisme/notes.git
synced 2026-06-13 03:29:19 -04:00
Initial commit
This commit is contained in:
21
node_modules/normalize-package-data/test/fixtures/movefile.json
generated
vendored
Normal file
21
node_modules/normalize-package-data/test/fixtures/movefile.json
generated
vendored
Normal file
@@ -0,0 +1,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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user