-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
42 lines (42 loc) · 948 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": "rverify",
"version": "0.1.3",
"author": "Feng L.H.",
"description": "A lightweight image rotation verification plugin.",
"main": "./dist/RVerify.min.js",
"scripts": {
"dev": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/zpfz/RVerify.js.git"
},
"homepage": "https://rverify.vercel.app/",
"bugs": {
"url": "https://github.com/zpfz/RVerify.js/issues"
},
"keywords": [
"image",
"rotate",
"rotation",
"verification",
"verify",
"rverify"
],
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-babel": "7",
"gulp-connect": "^5.7.0",
"gulp-eslint": "^6.0.0",
"gulp-less": "^4.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8"
}
}