{
  "name": "@kalwalt/ar-nft",
  "version": "0.9.0-beta",
  "main": "dist/ARnft.js",
  "description": "WebAR Javscript library for markerless AR",
  "keywords": [
    "ARToolKit",
    "AR",
    "ARnft",
    "Augmented Reality",
    "WebAR",
    "JavaScript",
    "jsartoolkit",
    "jsartoolkit5",
    "jsartoolkitNFT",
    "NFT",
    "markerless"
  ],
  "author": {
    "name": "Walter Perdan",
    "email": "github@kalwaltart.it",
    "url": "https://www.kalwaltart.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/webarkit/ARnft"
  },
  "homepage": "https://github.com/webarkit/ARnft",
  "contributors": [
    "Github Contributors (https://github.com/webarkit/ARnft/graphs/contributors)"
  ],
  "bugs": {
    "url": "https://github.com/webarkit/ARnft/issues"
  },
  "devDependencies": {
    "axios": "^0.21.1",
    "custom-event": "^1.0.1",
    "eslint": "^7.13.0",
    "eslint-config-standard": "^16.0.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.1.0",
    "grunt": "^1.3.0",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-jshint": "^3.0.0",
    "grunt-eslint": "^23.0.0",
    "stats.js": "^0.17.0",
    "three": "^0.127.0",
    "webpack": "^5.4.0",
    "webpack-cli": "^4.5.0",
    "worker-loader": "^3.0.8"
  },
  "scripts": {
    "dev-es6": "webpack --mode development --progress --watch",
    "build-es6": "webpack --mode production",
    "build-jshint": "grunt jshint --force",
    "watch": "./node_modules/.bin/watch 'npm run build' ./js/"
  },
  "license": "LGPL-3.0",
  "resolutions": {
    "ecstatic": "^4.1.4"
  },
  "dependencies": {
    "@kalwalt/jsartoolkit-nft": "^0.9.1",
    "http-server": "^0.12.3",
    "terser-webpack-plugin": "^5.1.1",
    "uuid": "^8.3.2"
  }
}
