clr
Version:
Node.js binding for .NET Framework API
37 lines (36 loc) • 728 B
JSON
{
"name": "clr",
"version": "0.0.19",
"engines": {
"node": ">=0.12 <16"
},
"description": "Node.js binding for .NET Framework API",
"repository": {
"type": "git",
"url": "https://github.com/AtsushiSuzuki/node-clr"
},
"main": "lib/clr.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.4.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"mocha": "*"
},
"keywords": [
".NET",
"CLR",
"Common Language Runtime",
"API Bridge"
],
"author": {
"name": "Atsushi Suzuki",
"email": "possibly.maybe.probably@gmail.com"
},
"license": "(ISC OR WTFPL)",
"gypfile": true
}