34 Star 166 Fork 58

Gitee 极速下载 / AR.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/AR-js-org/AR.js
克隆/下载
package.json 1.69 KB
一键复制 编辑 原始数据 按行查看 历史
kalwalt 提交于 2023-04-04 20:41 . Last commit before release
{
"name": "@ar-js-org/ar.js",
"version": "3.4.5",
"description": "Efficient Augmented Reality for the Web",
"main": "./aframe/build/aframe-ar.js",
"scripts": {
"format-check": "prettier --check .",
"format": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/webpack --mode=production",
"build:dev": "./node_modules/.bin/webpack --mode=development --progress --watch",
"server": "npx http-server -c -1",
"prepare": "husky install"
},
"files": [
"three.js/build",
"aframe/build"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AR-js-org/AR.js.git"
},
"keywords": [
"AR.js",
"artoolkit5-js",
"AR",
"VR",
"three.js",
"aframe",
"augmented reality",
"location based",
"image tracking",
"marker based"
],
"author": "jeromeetienne@gmail.com",
"contributors": [
{
"name": "Nicolò Carpignoli",
"email": "nicolocarpignoli@gmail.com",
"url": "https://nicolocarpignoli.github.io/me"
},
{
"name": "Walter Perdan",
"email": "info@walterperdan.com",
"url": "https://www.walterperdan.com/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/AR-js-org/AR.js/issues"
},
"homepage": "https://github.com/AR-js-org/AR.js/",
"devDependencies": {
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1",
"worker-loader": "^3.0.8"
},
"dependencies": {
"@ar-js-org/artoolkit5-js": "^0.3.0",
"aframe": "^1.3.0",
"three": "^0.150.0"
},
"lint-staged": {
"*.js": "prettier --write"
}
}
JavaScript
1
https://gitee.com/mirrors/AR.js.git
git@gitee.com:mirrors/AR.js.git
mirrors
AR.js
AR.js
master

搜索帮助