winutils/package.json
2018-12-16 16:11:27 +03:00

11 lines
179 B
JSON

{
"gypfile": true,
"main": "index.js",
"name": "winutils",
"version": "1.0.1",
"scripts": {
"install": "node-gyp rebuild || true",
"test": "node index.js"
}
}