UNPKG

gn

Version:

GN ("Generate Ninja") packaged for npm

30 lines (29 loc) 681 B
{ "name": "gn", "version": "3.0.0", "description": "GN (\"Generate Ninja\") packaged for npm", "main": "index.js", "bin": { "gn": "./bin/gn" }, "scripts": { "preinstall": "node preinstall.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/chrisdickinson/gn.git" }, "keywords": [ "gn", "metabuild", "build", "gyp" ], "author": "Chris Dickinson <chris@neversaw.us> (http://neversaw.us/)", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/chrisdickinson/gn/issues" }, "homepage": "https://github.com/chrisdickinson/gn#readme" }