-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.09 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
{
"name": "cmake-binaries",
"version": "1.0.5-2",
"description": "cmake binaries for npm",
"main": "index.js",
"os": [
"win32",
"linux",
"darwin"
],
"cpu": [
"x64",
"x32"
],
"engines" : { "node" : ">=6.4.0" },
"cmake_version_base": "3.10",
"cmake_version_rev": "1",
"scripts": {
"preinstall": "node preinstall.js",
"prepublishOnly": "node prepublish.js"
},
"bin": {
"cmake": "bin/cmake",
"cpack": "bin/cpack",
"ctest": "bin/ctest",
"ccmake": "bin/ccmake",
"cmakexbuild": "bin/cmakexbuild",
"cmake-gui": "bin/cmake-gui",
"cmcldeps": "bin/cmcldeps"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DayBr3ak/cmake-binaries.git"
},
"author": "DayBr3ak <not-an-email-yet>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DayBr3ak/cmake-binaries/issues"
},
"homepage": "https://github.com/DayBr3ak/cmake-binaries#readme",
"devDependencies": {},
"dependencies": {
"decompress": "^4.2.0",
"gauge": "^2.7.4",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.2",
"tar": "^4.2.0"
}
}