-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 933 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
{
"name": "dispImageSet",
"version": "0.1.0",
"main": "js/index",
"typings": "js/index",
"description": "dispImageSet based on WebARKitLib, ported thanks to Emscripten",
"keywords": [
"ARToolKit",
"AR",
"Augmented Reality",
"NFT"
],
"author": "Walter Perdan @kalwalt (https://github.com/kalwalt)",
"repository": "https://github.com/kalwalt/dispImageSet.git",
"homepage": "https://github.com/kalwalt/dispImageSet",
"contributors": [
""
],
"bugs": {
"url": "https://github.com/kalwalt/dispImageSet/issues"
},
"dependencies": {
"glob": "^8.0.1",
"ecstatic": "^4.1.4"
},
"devDependencies": {
"http-server": "^14.1.0"
},
"scripts": {
"build": "node tools/makem.js; echo Built at `date`",
"build-no-libar": "node tools/makem.js --no-libar; echo Built at `date`",
"watch": "./node_modules/.bin/watch 'npm run build' ./js/"
},
"license": "LGPL-3.0"
}