{
  "name": "jcuts",
  "version": "0.0.5",
  "homepage": "https://github.com/zswang/jcuts",
  "authors": "zswang",
  "description": "剪纸工具",
  "main": ["jcuts.js", "jcuts.css"],
  "moduleType": [
    "globals",
    "node"
  ],
  "keywords": [
    "cut",
    "paper",
    "papercut"
  ],
  "license": "MIT",
  "dependencies": {
    "jmaths": "0.0.7",
    "jpaths": "0.0.8"
  },
  "devDependencies": {
    "requirejs": "2.1.15"
  },
  "ignore": [
    "tests",
    "**/.*",
    "node_modules",
    "bower_components",
    "app/components",
    "test",
    "tests"
  ]
}
