{
  "name": "logoturtle",
  "version": "1.0.15.1",
  "description": "Turtle Programming",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "chai": "^4.2.0",
    "jquery": "^3.3.1",
    "jsdom": "^13.0.0",
    "request": "^2.88.0"
  },
  "devDependencies": {
    "mocha": "^5.0.4",
    "webpack": "^4.25.1",
    "webpack-cli": "^3.2.1"
  },
  "scripts": {
    "test": "mocha",
    "dev": "webpack --mode development",
    "build": "webpack --mode production",
    "watch": "webpack --watch"
  },
  "jshintConfig": {
    "esversion": 6
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DoctorLai/LogoTurtle.git"
  },
  "keywords": [
    "logo",
    "programming",
    "turtle",
    "graphics"
  ],
  "author": "justyy <dr.zhihua.lai@gmail.com> (https://helloacm.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DoctorLai/LogoTurtle/issues"
  },
  "homepage": "https://chrome.google.com/webstore/detail/logo-turtle/dcoeaobaokbccdcnadncifmconllpihp"
}
