{
  "name": "nsui",
  "version": "1.0.31",
  "main": "./dist/js/nsui.js",
  "bin": {
    "nsui": "./dist/js/nsui.js"
  },
  "scripts": {
    "dev": "cross-env NODE_ENV=development webpack --progress",
    "build": "cross-env NODE_ENV=production webpack --progress"
  },
  "keywords": [
    "nsui",
    "NsUI"
  ],
  "author": "丘宇文",
  "license": "MIT",
  "dependencies": {
    "babel-core": "^6.25.0",
    "babel-loader": "^7.1.1",
    "babel-preset-es2015": "^6.24.1",
    "clean-webpack-plugin": "^0.1.16",
    "cross-env": "^5.0.1",
    "css-loader": "^0.28.4",
    "extract-text-webpack-plugin": "^2.1.2",
    "file-loader": "^0.11.2",
    "sass-loader": "^6.0.6",
    "style-loader": "^0.18.2",
    "url-loader": "^0.5.9",
    "webpack": "^3.1.0"
  },
  "devDependencies": {
    "autoprefixer": "^7.1.2",
    "node-sass": "^4.5.3",
    "postcss-loader": "^2.0.6"
  },
  "description": "不一样的HTML5 UI框架；此框架偏往视图数据分离模式，且不依赖第三方框架/库，做得了响应式，也玩的起移动端视觉稿还原...你还在等什么，快来尝鲜吧ヾ(=ﾟ･ﾟ=)ﾉ喵♪",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kejiaren/NsUI.git"
  },
  "bugs": {
    "url": "https://github.com/kejiaren/NsUI/issues"
  },
  "homepage": "https://github.com/kejiaren/NsUI#readme"
}
