forked from branu-ws/v-drag
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 721 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 721 Bytes
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
{
"name": "@androidfanatic/v-drag",
"version": "0.0.10",
"description": "A Vue.js draggable directive",
"main": "lib/index.js",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-jest": "^22.4.1",
"babel-preset-env": "^1.6.1",
"jest": "^22.4.2",
"rimraf": "^2.6.2"
},
"peerDependencies": {},
"scripts": {
"start": "babel-node src",
"build": "rimraf lib && babel src -d lib --ignore src/__tests__",
"test": "jest"
},
"homepage": "https://github.com/bran-ws/v-drag#readme",
"repository": {
"type": "git",
"url": "https://github.com/branu-ws/v-drag"
},
"keywords": [],
"author": "BRANU",
"license": "MIT",
"dependencies": {
"vue": "^2.5.16"
}
}