UNPKG

gn-node

Version:

Node.js native addon build tool with GN.

27 lines (26 loc) 541 B
{ "name": "gn-node", "version": "0.1.4", "description": "Node.js native addon build tool with GN.", "keywords": [ "native", "addon", "build", "GN", "ninja" ], "bin": "./bin/gn-node.js", "main": "./lib/gn-node.js", "repository": { "type": "git", "url": "https://github.com/Shouqun/node-gn.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Shouqun Liu <liushouqun@gmail.com>", "license": "MIT", "dependencies": { "fs-extra": "1 || 2" } }