UNPKG

electron-clr

Version:

Electron binding for .NET Framework API

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