forked from AdoptOpenJDK/openjdk-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "AdoptOpenJDK_website",
"repository": "https://github.com/AdoptOpenJDK/openjdk-website",
"version": "1.0.0",
"license": "Apache-2.0",
"scripts": {
"start": "gulp",
"lint": "eslint **/*.js",
"lint-fix": "npm run lint --- --fix",
"test": "npm run lint"
},
"author": "Joe Brady",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.12",
"chai": "^4.0.0",
"eslint": "^3.19.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^3.0.1",
"gulp-hash": "^4.1.1",
"gulp-imagemin": "^3.3.0",
"gulp-inject": "^4.2.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-robots": "^2.0.4",
"gulp-sass": "^3.1.0",
"gulp-sitemap": "^4.2.0",
"gulp-uglify": "2.1.2",
"mocha": "^3.4.2",
"open": "^0.0.5",
"run-sequence": "^1.2.2",
"util": "^0.10.3"
}
}