forked from liyasthomas/mnmlurl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 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
{
"name": "mnmlurl",
"version": "2.0.0",
"description": "Minimal URL is a modern URL shortener with support for custom alias",
"main": "index.js",
"scripts": {
"build": "gulp build",
"packit": "gulp packit",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "https://github.com/liyasthomas/mnmlurl.git"
},
"keywords": [
"url",
"url-shortener",
"free"
],
"author": "Liyas Thomas",
"license": "MIT",
"bugs": {
"url": "https://github.com/liyasthomas/mnmlurl/issues"
},
"homepage": "https://github.com/liyasthomas/mnmlurl#readme",
"dependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@babel/runtime": "^7.5.4",
"browserify": "^16.3.0",
"cssnano": "^4.1.10",
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-postcss": "^8.0.0",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.0.0",
"vinyl-source-stream": "^2.0.0",
"snyk": "^1.193.1"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.4.4"
},
"snyk": true
}