-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
33 lines (33 loc) · 946 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
{
"name": "vue-stickto",
"version": "0.0.5",
"description": "A vue directive/component that support multiple DOM Node stick to top automatically (一个支持多DOM元素自动吸顶的vue指令)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JALBAA/vue-stickto.git"
},
"author": "jalbaa",
"license": "ISC",
"bugs": {
"url": "https://github.com/JALBAA/vue-stickto/issues"
},
"homepage": "https://github.com/JALBAA/vue-stickto#readme",
"dependencies": {
"stickto": "~0.0.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.11",
"vue": "^2.5.16",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.5.16",
"webpack": "^3.11.0",
"uglifyjs-webpack-plugin": "^1.2.4"
}
}