forked from cmake-js/cmake-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.15 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "cmake-js",
"description": "CMake.js - a Node.js/io.js native addon build tool",
"license": "MIT",
"keywords": [
"native",
"addon",
"module",
"c",
"c++",
"bindings",
"build",
"cmake",
"nw.js",
"electron",
"boost"
],
"version": "3.7.1",
"author": "Gábor Mező aka unbornchikken",
"repository": {
"type": "git",
"url": "git://github.com/unbornchikken/cmake-js.git"
},
"bin": "./bin/cmake-js",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"bluebird": "^2.9.15",
"debug": "^2.1.3",
"fs-extra": "^5.0.0",
"is-iojs": "^1.0.1",
"lodash": "^3.6.0",
"memory-stream": "0",
"npmlog": "^1.2.0",
"rc": "^1.2.7",
"request": "^2.54.0",
"semver": "^5.0.3",
"splitargs": "0",
"tar": "^3.1.5",
"traceur": "0.0.x",
"unzipper": "^0.8.13",
"url-join": "0",
"which": "^1.0.9",
"yargs": "^3.6.0"
},
"devDependencies": {
"gulp": "*",
"gulp-sequence": "*",
"gulp-sourcemaps": "*",
"gulp-traceur": "*",
"mocha": "*",
"nan": "^2.1.0"
},
"scripts": {
"test": "mocha tests",
"compile": "gulp"
}
}