-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 915 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
{
"name": "dev-tools",
"description": "Developer Tools",
"version": "1.0.0",
"author": "Darek Kay <hello@darekkay.com> (https://darekkay.com/)",
"bugs": {
"url": "https://github.com/darekkay/dev-tools/issues"
},
"dependencies": {
"onecolor": "3.1.0"
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/preset-env": "7.5.5",
"@darekkay/scripts": "1.3.1",
"del": "5.1.0",
"gulp": "4.0.2",
"gulp-babel": "8.0.0",
"gulp-clean-css": "4.2.0",
"gulp-htmlmin": "5.0.1",
"gulp-load-plugins": "2.0.1",
"gulp-plumber": "1.2.1",
"gulp-rename": "1.4.0",
"gulp-uglify": "3.0.2"
},
"homepage": "https://abc-devtools.vercel.app",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/uvacoder/abc-devtools.git"
},
"scripts": {
"build": "gulp build",
"format": "dks format",
"lint": "dks lint"
}
}