-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 964 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
{
"name": "npm-dragndrop",
"version": "1.3.2",
"description": "easily add drag and drop functionality to your project",
"main": "./dist/dNd.min.js",
"dependencies": {},
"devDependencies": {
"gh-pages": "^4.0.0",
"gulp": "3.4.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-csso": "^2.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlhint": "^0.3.1",
"gulp-htmlmin": "^3.0.0",
"gulp-jshint": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0"
},
"scripts": {
"build": "gulp",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThibaultJanBeyer/dragNdrop.git"
},
"keywords": [
"drag",
"drop",
"plain",
"js",
"javascript",
"vanillajs"
],
"author": "Thibault Jan Beyer",
"license": "MIT",
"bugs": {
"url": "https://github.com/ThibaultJanBeyer/dragNdrop/issues"
},
"homepage": "https://ThibaultJanBeyer.com/"
}