UNPKG

948 BJSONView Raw
1{
2 "name": "rverify",
3 "version": "0.1.1",
4 "author": "Feng L.H.",
5 "description": "A lightweight image rotation verification plugin.",
6 "main": "./dist/RVerify.min.js",
7 "scripts": {
8 "dev": "gulp",
9 "build": "gulp build"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/zpfz/RVerify.js.git"
14 },
15 "homepage": "https://rverify.vercel.app/",
16 "bugs": {
17 "url": "https://github.com/zpfz/RVerify.js/issues"
18 },
19 "keywords": [
20 "image",
21 "rotate",
22 "rotation",
23 "verification",
24 "verify",
25 "rverify"
26 ],
27 "license": "MIT",
28 "devDependencies": {
29 "babel-core": "^6.26.3",
30 "babel-preset-es2015": "^6.24.1",
31 "del": "^5.1.0",
32 "gulp": "^4.0.2",
33 "gulp-babel": "7",
34 "gulp-connect": "^5.7.0",
35 "gulp-eslint": "^6.0.0",
36 "gulp-less": "^4.0.1",
37 "gulp-minify-css": "^1.2.4",
38 "gulp-rename": "^2.0.0",
39 "gulp-uglify": "^3.0.2",
40 "gulp-util": "^3.0.8"
41 }
42}