forked from dalphyx/vue-headroom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.1 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
{
"name": "vue-headroom-2",
"version": "0.0.2",
"description": "Headroom component for Vuejs",
"main": "./dist/vue-headroom-umd.js",
"browser": "./dist/vue-headroom-umd.js",
"files": [
"dist",
"src"
],
"scripts": {
"lint": "eslint ./src/*.js",
"build": "bili",
"prepublishOnly": "npm run build",
"gh-pages": "gh-pages -d docs -m 'Deployed to Github Pages'",
"release": "standard-version && npm run build && git push --follow-tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kunwark/vue-headroom-2.git"
},
"author": "dalphyx <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kunwark/vue-headroom-2/issues"
},
"homepage": "https://github.com/kunwark/vue-headroom-2#readme",
"devDependencies": {
"@babel/preset-env": "^7.4.3",
"bili": "^4.7.2",
"eslint": "^5.16.0",
"eslint-config-dalphyx": "^0.3.0",
"gh-pages": "^2.0.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-vue": "^4.7.2",
"standard-version": "^5.0.2",
"vue-template-compiler": "^2.6.10"
}
}