{
  "name": "olympus-r-17plugins",
  "version": "0.7.3",
  "description": "A plugin of Olympus for 17zuoye.",
  "files": [
    "bin",
    "init",
    "audio",
    "env",
    "log",
    "message",
    "utils",
    "index.d.ts",
    "Olympus17Plugin.d.ts",
    "Olympus17Plugin.js",
    "Preloader17.d.ts",
    "Preloader17.js",
    "Preloader17.min.js"
  ],
  "main": "Olympus17Plugin.js",
  "types": "index.d.ts",
  "bin": "bin/bin.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "dev": "node_modules/.bin/gulp dev",
    "tsc": "node_modules/.bin/gulp tsc",
    "test": "node_modules/.bin/mocha -r test/preloader.js test/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@gitlab.17zuoye.net:10022/rui.liu/Olympus17Plugins.git"
  },
  "keywords": [
    "Olympus",
    "Plugin",
    "17zuoye"
  ],
  "author": "Raykid",
  "license": "ISC",
  "dependencies": {
    "copy": "^0.3.2",
    "npm": "^5.10.0"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.24.1",
    "babel-register": "^6.26.0",
    "gulp": "^3.9.1",
    "mocha": "^5.2.0",
    "muk": "^0.5.3",
    "olympus-r": "^0.6.119",
    "olympus-r-dom": "^0.6.21",
    "olympus-r-egret": "^0.6.29",
    "rewire": "^4.0.1",
    "should": "^13.2.1",
    "typescript": "^2.9.2",
    "uglify-js": "^3.4.8",
    "window": "^4.2.5"
  },
  "babel": {
    "presets": [
      "es2015"
    ]
  }
}
