UNPKG

vue-recyclerview

Version:

Mastering Large Lists with the vue-recyclerview

47 lines (46 loc) 1.16 kB
{ "name": "vue-recyclerview", "version": "0.4.1", "description": "Mastering Large Lists with the vue-recyclerview", "main": "dist/vue-recyclerview.js", "directories": { "build": "node build", "example": "examples" }, "scripts": { "build": "node build" }, "repository": { "type": "git", "url": "git+https://github.com/hilongjw/vue-recyclerview.git" }, "unpkg": "dist/vue-recyclerview.js", "files": [ "README.md", "src", "dist/*.js" ], "keywords": [ "vue-recyclerview", "vue", "recyclerview" ], "devDependencies": { "babel-cli": "^6.14.0", "babel-plugin-external-helpers": "^6.22.0", "babel-polyfill": "^6.13.0", "babel-preset-es2015": "^6.22.0", "babel-preset-es2015-rollup": "^1.2.0", "cssnano": "^3.10.0", "rollup": "^0.35.10", "rollup-plugin-babel": "^2.6.1", "rollup-plugin-postcss": "^0.5.3", "rollup-plugin-uglify": "^1.0.1" }, "author": "Awe <hilongjw@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/hilongjw/vue-recyclerview/issues" }, "homepage": "https://github.com/hilongjw/vue-recyclerview#readme" }