-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 991 Bytes
/
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
{
"name": "vue-simple-collapse",
"version": "0.0.4",
"description": "",
"main": "dist/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miser/vue-collapse.git"
},
"author": "miser",
"license": "ISC",
"bugs": {
"url": "https://github.com/miser/vue-collapse/issues"
},
"homepage": "https://github.com/miser/vue-collapse#readme",
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-latest": "^6.24.1",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-scss": "^0.4.0",
"rollup-plugin-vue2": "^0.8.0"
},
"dependencies": {
"vue": "^2.5.17"
},
"keywords": [
"vue",
"vue2",
"vue-component",
"vue.js",
"collapsed"
]
}