winutils/package.json
2017-06-19 19:01:39 +03:00

11 lines
179 B
JSON

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