{
  "name": "amos-tool",
  "version": "1.6.24",
  "description": "amos ui tool",
  "main": "index.js",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "test": "mocha tests --reporter mochawesome",
    "testUUID": "mocha tests/uuid.test",
    "testFilter": "mocha tests/tablefilter.test",
    "docs": "node_modules/.bin/jsdoc -c jsdoc-ori.json --readme README.md",
    "build": "ac-build babel-es5",
    "build2": "rollup -c",
    "doc": "ac-doc docall",
    "pub": "npm run doc && npm run build && npm publish",
    "pub2": "npm run doc && npm run build && gulp move && npm publish"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "keywords": [
    "ui",
    "tool"
  ],
  "author": "ilex.h",
  "license": "MIT",
  "bugs": {
    "url": ""
  },
  "types": "index.d.ts",
  "homepage": "",
  "dependencies": {},
  "devDependencies": {
    "assert": "^1.4.1",
    "chai": "~3.4.1",
    "docdash": "1.2.0",
    "jsdoc": "3.6.6",
    "mocha": "^3.4.2",
    "mochawesome": "^2.2.0",
    "rollup-toolkit": "^1.x"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
