-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
64 lines (64 loc) · 1.77 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
60
61
62
63
64
{
"name": "v-dragged",
"version": "0.0.3",
"description": "Vue directive plugin for advanced drag event detection.",
"main": "dist/v-dragged.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:full": "rollup -c --environment BUILD:production",
"build:min": "rollup -c --environment BUILD:production-min",
"build:doc": "rollup -c",
"build": "npm run build:full && npm run build:doc && npm run build:min",
"dev": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhanziyang/v-dragged.git"
},
"keywords": [
"drag",
"vue",
"event",
"directive",
"touch",
"moving",
"mouse",
"vue plugin",
"javascript",
"web",
"front-end",
"lightweight",
"mobile"
],
"author": "zhanziyang",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhanziyang/v-dragged/issues"
},
"homepage": "https://zhanziyang.github.io/v-dragged/",
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-latest": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"file-loader": "^0.11.2",
"lodash": "^4.17.4",
"rollup": "^0.43.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-eslint": "^3.0.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1",
"rollup-plugin-vue": "^2.4.0",
"rollup-watch": "^4.0.0",
"url-loader": "^0.5.9",
"vue": "^2.3.4"
}
}