{
  "name": "jqmath",
  "version": "0.4.9",
  "description": "a JavaScript module for symbolic expressions, e.g. formatted mathematical formulas",
  "main": "dist/jqmath.js",
  "dependencies": {
    "jquery": "^3.2.1"
  },
  "scripts": {
    "build": "rm -r dist && rollup -c rollup.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/luxp/jqmath.git"
  },
  "bugs": {
    "url": "https://github.com/luxp/jqmath/issues"
  },
  "homepage": "https://github.com/luxp/jqmath#readme",
  "keywords": [
    "jqmath"
  ],
  "author": "Alan Lu",
  "license": "MIT",
  "devDependencies": {
    "cssnano": "^3.10.0",
    "rollup": "^0.46.0",
    "rollup-plugin-postcss": "^0.5.4",
    "rollup-plugin-uglify": "^2.0.1"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.com"
  }
}
