-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
39 lines (39 loc) · 1018 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
{
"name": "artoolkit5-js",
"version": "0.0.5",
"description": "ES6 module port of artoolkit5",
"main": "dist/ARToolkit.js",
"scripts": {
"dev": "webpack --mode development --progress --colors --watch",
"build": "webpack --mode production",
"build-lib": "node ./scripts/makem.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andypotato/artoolkit5-js.git"
},
"author": "Andreas Schallwig",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/andypotato/artoolkit5-js/issues"
},
"homepage": "https://github.com/andypotato/artoolkit5-js#readme",
"keywords": [
"AR",
"Augmented Reality",
"ARToolkit5",
"Emscripten"
],
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"babel-loader": "^8.0.6",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@babel/runtime": "^7.8.4",
"axios": "^0.19.2"
}
}