forked from cjntaylor/node-cmake
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 740 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "node-cmake",
"author": "Colin Taylor <cjntaylor@gmail.com>",
"version": "2.3.0",
"description": "A CMake-based build system for node.js native modules",
"keywords": [
"cmake",
"native",
"module",
"build"
],
"license": "ISC",
"main": "index.js",
"bin": {
"ncmake": "lib/ncmake.js"
},
"directories": {
"example": "example"
},
"dependencies": {
"nan": "*",
"which": "^1.2.14",
"yargs": "^7.0.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/cjntaylor/node-cmake.git"
},
"bugs": {
"url": "https://github.com/cjntaylor/node-cmake/issues"
},
"homepage": "https://github.com/cjntaylor/node-cmake#readme"
}