{
  "name": "icrush",
  "version": "2.1.0",
  "description": "📚 一个渐进型的前端小框架。",
  "main": "./dist/iCrush.min.js",
  "scripts": {
    "build": "node scripts/build.js",
    "start": "npm install && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yelloxing/iCrush.git"
  },
  "keywords": [
    "framework",
    "js"
  ],
  "author": "心叶",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yelloxing/iCrush/issues"
  },
  "homepage": "https://yelloxing.gitee.io/iCrush/index.html",
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "cuf": "^1.2.0",
    "rollup": "^1.17.0",
    "rollup-plugin-commonjs": "^10.0.1",
    "rollup-plugin-node-resolve": "^5.2.0",
    "terser": "^4.1.2"
  },
  "dependencies": {
    "@yelloxing/core.js": "^0.3.7"
  }
}
