-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1019 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
{
"name": "vuejs-sticky-directive",
"version": "1.0.2",
"description": "Vue directive that supports top and bottom sticky base on pure js and vue.",
"main": "vuejs-sticky-directive.js",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "https://github.com/TriDiamond/vuejs-sticky-directive"
},
"scripts": {
"build": "rollup -c",
"prepublish": "npm run build"
},
"keywords": [
"vue",
"vuejs2",
"sticky",
"sticky-headers",
"sticky-footers",
"vue-directive",
"sticky"
],
"author": "meh",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-preset-es2015-rollup": "^3.0.0",
"eslint": "^4.4.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"rollup": "^0.47.4",
"rollup-plugin-babel": "^3.0.2"
}
}