-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 736 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 736 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": "inline-cpp",
"version": "0.1.8",
"description": "Use inline C++ in your JS",
"author": "Volodymyr Shymanskyy",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"debug": "^3.1.0",
"env-paths": "^1.0.0",
"find-parent-dir": "^0.3.0",
"fs-extra": "^7.0.0",
"lodash": "^4.17.10",
"node-addon-api": "^1.4.0",
"node-gyp": "^3.7.0"
},
"keywords": [
"inline",
"C++",
"cpp",
"native",
"NAPI"
],
"repository": {
"type": "git",
"url": "https://github.com/vshymanskyy/node-inline-cpp"
},
"bugs": {
"url": "https://github.com/vshymanskyy/node-inline-cpp/issues"
}
}