UNPKG

816 BJSONView Raw
1{
2 "name": "node-cmake",
3 "author": "Colin Taylor <cjntaylor@gmail.com>",
4 "version": "1.3.0",
5 "description": "A CMake-based build system for node.js native modules",
6 "keywords": [
7 "cmake",
8 "native",
9 "module",
10 "build"
11 ],
12 "license": "ISC",
13 "main": "index.js",
14 "bin": {
15 "ncmake": "lib/ncmake.js"
16 },
17 "directories": {
18 "example": "example"
19 },
20 "dependencies": {
21 "lodash": "^4.8.2",
22 "mkdirp": "^0.5.1",
23 "mothership": "^0.3.0",
24 "nan": "*",
25 "rimraf": "^2.4.3",
26 "which": "^1.1.2"
27 },
28 "devDependencies": {},
29 "repository": {
30 "type": "git",
31 "url": "git+https://github.com/cjntaylor/node-cmake.git"
32 },
33 "bugs": {
34 "url": "https://github.com/cjntaylor/node-cmake/issues"
35 },
36 "homepage": "https://github.com/cjntaylor/node-cmake#readme"
37}