-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
38 lines (38 loc) · 951 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
{
"name": "vue-sticky-directive",
"version": "0.0.10",
"description": "A powerful vue directive make element sticky.",
"main": "vue-sticky-directive.js",
"module": "./src/index.js",
"typings": "./index.d.ts",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "https://github.com/mehwww/vue-sticky-directive.git"
},
"scripts": {
"build": "rollup -c",
"prepublish": "npm run build"
},
"keywords": [
"vue",
"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"
}
}