{
  "name": "yy-jsdoc-template",
  "version": "1.3.0",
  "description": "YOPEY YOPEY LLC template for JSDoc 3 ased on @pixijs/jsdoc-template",
  "dependencies": {
    "taffydb": "^2.7.2",
    "underscore": "^1.7.0"
  },
  "private": false,
  "devDependencies": {
    "jshint": "^2.9.2",
    "less": "^2.7.1",
    "less-plugin-clean-css": "^1.5.1",
    "parallelshell": "^3.0.1",
    "rimraf": "^2.5.2",
    "uglify-js": "^2.6.2",
    "watch": "^1.0.2"
  },
  "scripts": {
    "clean": "rimraf static/**/main.*",
    "lint": "jshint plugins publish.js src/scripts/*.js",
    "build": "npm run clean && npm run lint && npm run build:js && npm run build:css",
    "watch": "parallelshell 'npm run watch:js' 'npm run watch:css'",
    "build:js": "uglifyjs src/scripts/*.js -m -o static/scripts/main.js",
    "watch:js": "watch 'npm run build:js' src/scripts",
    "build:css": "lessc src/styles/index.less static/styles/main.css --clean-css",
    "watch:css": "watch 'npm run build:css' src/styles",
    "test": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/davidfig/jsdoc-template.git"
  },
  "keywords": [
    "jsdoc",
    "jsdoc3",
    "template"
  ],
  "files": [
    "static",
    "tmpl",
    "publish.js",
    "plugins"
  ],
  "author": "",
  "license": "MIT",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/davidfig/jsdoc-template/issues"
  }
}
