This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
59 lines (59 loc) · 1.49 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "vue-tagsinput",
"version": "2.0.1",
"description": "a tags input component based on Vue.js",
"main": "dist/vue-tagsinput.js",
"files": [
"dist/",
"src/"
],
"scripts": {
"test": "eslint src/ --ext vue --ext js",
"build": "NODE_ENV=production webpack",
"prepublish": "npm run build",
"dev": "NODE_ENV=development webpack-dev-server --hot --inline"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ginhing/vue-tagsinput.git"
},
"keywords": [
"tagsinput",
"vue",
"input"
],
"author": "Ginhing",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ginhing/vue-tagsinput/issues"
},
"homepage": "https://github.com/Ginhing/vue-tagsinput#readme",
"peerDependencies": {
"vue": "^2.1.10"
},
"devDependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-2": "^6.5.0",
"babel-runtime": "^6.0.0",
"css-loader": "^0.23.1",
"eslint": "^3.10.2",
"eslint-plugin-vue": "^1.0.0",
"file-loader": "^0.10.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"vue": "^2.1.10",
"vue-hot-reload-api": "^1.2.2",
"vue-html-loader": "^1.0.0",
"vue-loader": "^10.0.1",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "^2.1.10",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"vuept": "^1.2.0"
}
}