-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.14 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.14 KB
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": "jvmdeveloper.id",
"description": "Homepage for JVMDeveloperID",
"version": "0.0.1",
"keywords": [
"java",
"jvm",
"community",
"indonesia"
],
"homepage": "https://jvmdeveloper.id",
"author": "JVMDeveloperID (https://github.com/JVMDeveloperID/)",
"scripts": {
"dev": "gulp build:dev",
"prod": "gulp build:prod",
"dist": "gulp build:prod",
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/JVMDeveloperID/jvmdeveloper.id.git"
},
"bugs": {
"url": "https://github.com/JVMDeveloperID/jvmdeveloper.id/issues"
},
"engines": {
"node": ">=6"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^7.1.6",
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.9.0",
"gulp-connect": "^5.0.0",
"gulp-gzip": "^1.4.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.11",
"pump": "^1.0.3"
}
}