-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 873 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 873 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
{
"name": "webarkit-jsfeat-cpp",
"version": "0.6.3",
"description": "jsfeat c++ version to build a WASM version thanks to Emscripten.",
"main": "index.js",
"directories": {
"example": "examples",
"test": "tests"
},
"scripts": {
"build": "node tools/makem.js; echo Built at `date`",
"build-no-libar": "node tools/makem.js --no-libar; echo Built at `date`",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kalwalt/webarkit-jsfeat-cpp.git"
},
"keywords": [
"jsfeat",
"webarkit",
"webar",
"Augmented",
"reality"
],
"author": "Walter Perdan",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/kalwalt/webarkit-jsfeat-cpp/issues"
},
"homepage": "https://github.com/kalwalt/webarkit-jsfeat-cpp#readme"
}