rcinfo
Version:
Node module to show resources informations of exe and dll files
30 lines (29 loc) • 713 B
JSON
{
"name": "rcinfo",
"version": "0.1.3",
"description": "Node module to show resources informations of exe and dll files",
"main": "lib/index.js",
"scripts": {
"test": "tape tests/tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spinico/rcinfo.git"
},
"keywords": [
"windows",
"exe",
"dll",
"info"
],
"author": "Nicolas Spiric <nspiric@nspx.ca> (http://spinico.net)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/spinico/rcinfo/issues"
},
"homepage": "https://github.com/spinico/rcinfo#readme",
"devDependencies": {
"run-waterfall": "^1.1.3",
"tape": "^4.2.0"
}
}