-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 1.02 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
40
41
42
43
{
"name": "vue-snowf",
"version": "0.0.2",
"description": "Snowfall component for Vue.js -- Let it snow on your page! ❄",
"main": "dist/vue-snowf.js",
"scripts": {
"dev": "webpack-dev-server --inline --hot",
"build": "webpack -p --config webpack.build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fuxy526/vue-snowf.git"
},
"keywords": [
"snow",
"snowf",
"vue",
"snowflakes",
"snowfall",
"Xmas",
"christmas"
],
"author": "Fuxy526",
"license": "MIT",
"bugs": {
"url": "https://github.com/Fuxy526/vue-snowf/issues"
},
"homepage": "https://github.com/Fuxy526/vue-snowf#readme",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"css-loader": "^0.26.1",
"vue-loader": "^11.0.0",
"vue-template-compiler": "^2.1.10",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
},
"dependencies": {
"vue": "^2.1.10"
}
}