package.json 3.2 KB
{
  "_from": "minirefresh",
  "_id": "minirefresh@2.0.2",
  "_inBundle": false,
  "_integrity": "sha1-FZt7DGJZc9ZZELbhARuNPQom2rE=",
  "_location": "/minirefresh",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "minirefresh",
    "name": "minirefresh",
    "escapedName": "minirefresh",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "http://registry.npm.taobao.org/minirefresh/download/minirefresh-2.0.2.tgz",
  "_shasum": "159b7b0c625973d65910b6e1011b8d3d0a26dab1",
  "_spec": "minirefresh",
  "_where": "E:\\appImg\\echarts",
  "author": {
    "name": "dailc"
  },
  "bugs": {
    "url": "https://github.com/minirefresh/minirefresh/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "优雅的H5下拉刷新。零依赖,高性能,多主题,易拓展。",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.1.2",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-istanbul": "^4.1.4",
    "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.6.0",
    "chai": "^4.1.2",
    "eslint": "^4.6.1",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.3.0",
    "gulp": "^3.9.1",
    "gulp-clean-css": "^3.9.0",
    "gulp-concat": "^2.6.1",
    "gulp-eslint": "^4.0.0",
    "gulp-header": "^1.8.9",
    "gulp-rename": "^1.2.2",
    "gulp-sequence": "^0.4.6",
    "gulp-stylus": "^2.6.0",
    "gulp-uglify": "^3.0.0",
    "karma": "^1.7.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.1",
    "karma-htmlfile-reporter": "^0.3.5",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-webpack": "^2.0.4",
    "mocha": "^3.5.0",
    "rollup": "^0.49.3",
    "rollup-plugin-babel": "^3.0.2",
    "rollup-plugin-eslint": "^4.0.0",
    "uglify-js": "^3.1.0",
    "webpack": "^3.5.6"
  },
  "homepage": "https://github.com/minirefresh/minirefresh",
  "keywords": [
    "minirefresh",
    "pulltorefresh",
    "pulldownrefresh",
    "pulluprefresh",
    "pull-refresh",
    "refresh"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "minirefresh",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/minirefresh/minirefresh.git"
  },
  "scripts": {
    "build": "gulp default --gulpfile build/gulpfile.js",
    "dev": "npm run build && npm run watch",
    "eslint": "eslint ./src",
    "eslint:fix": "eslint ./src --fix",
    "eslint:report": "eslint ./src -f html -o ./_report/eslint.html",
    "test": "karma start test/unit/karma.cover.config.js",
    "test:cover": "karma start test/unit/karma.cover.config.js",
    "test:dev": "karma start test/unit/karma.dev.config.js",
    "test:eslint": "npm run eslint:report",
    "test:unit": "karma start test/unit/karma.unit.config.js",
    "watch": "gulp watch --gulpfile build/gulpfile.js"
  },
  "title": "minirefresh",
  "version": "2.0.2"
}