-
Notifications
You must be signed in to change notification settings - Fork 121
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"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 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hilongjw/vue-recyclerview/issues"
},
"homepage": "https://github.com/hilongjw/vue-recyclerview#readme"
}