-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
39 lines (39 loc) · 999 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
{
"name": "vue-countup",
"version": "0.1.1",
"description": "A plugin to count up to a figure using Vue.js",
"main": "dist/vue-count-up.js",
"scripts": {
"dev": "webpack-dev-server --inline --hot",
"build": "webpack --progress --hide-modules --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/samcrosoft/vue-countup"
},
"keywords": [
"vue",
"vue-count-up",
"count-up",
"countdown"
],
"author": "Samuel Olowofela",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-runtime": "^5.8.35",
"css-loader": "^0.23.1",
"vue-hot-reload-api": "^1.3.2",
"vue-html-loader": "^1.1.0",
"vue-loader": "^8.1.0",
"vue-style-loader": "^1.0.0",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"vue": "^1.0.15"
}
}