-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 974 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
42
{
"name": "vue-cool-timer",
"version": "1.0.0",
"description": "Count down timer made with vue js",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "https://github.com/suvro404/vue-cool-timer.git"
},
"bugs": {
"url": "https://github.com/suvro404/vue-cool-timer/issues"
},
"keywords": [
"timer",
"vue",
"vuejs",
"count-down"
],
"author": "Suvro",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"file-loader": "^1.1.5",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"vue-loader": "^13.5.0",
"vue-template-compiler": "^2.5.9",
"webpack": "^3.10.0",
"webpack-dev-server": ">=3.1.11"
},
"dependencies": {
"vue": "^2.5.9"
}
}