-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 924 Bytes
/
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
{
"name": "@yoda/flora",
"version": "0.1.0",
"description": "flora nodejs module",
"main": "index.js",
"files": [
"bin",
"deps",
"script",
"src",
"CMakeLists.txt",
"comp.js",
"config",
"disposable.js",
"index.js"
],
"scripts": {
"postinstall": "script/install && script/build",
"test": "script/build --test && script/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yodaos-project/node-flora.git"
},
"keywords": [
"flora",
"n-api",
"nodejs",
"shadow-node",
"addon"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/yodaos-project/node-flora/issues"
},
"homepage": "https://github.com/yodaos-project/node-flora#readme",
"dependencies": {
"node-addon-api": "^1.6.2"
},
"devDependencies": {
"standard": "^12.0.1",
"tap-spec": "^5.0.0",
"tape": "^4.10.1"
}
}