-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
53 lines (53 loc) · 1.32 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
48
49
50
51
52
53
{
"name": "garlic-recipes",
"version": "1.0.0",
"description": "Helper Website for Garlicoin",
"main": "index.js",
"scripts": {
"dev": "node index.js",
"build": "gulp prod",
"deploy": "gulp deploy",
"fix": "eslint --fix "
},
"keywords": [
"garlicoin",
"crypto",
"guide"
],
"author": "Pandawan",
"license": "MIT",
"repository": "git+https://github.com/Pandawan/GarlicRecipes.git",
"bugs": {
"url": "https://github.com/Pandawan/GarlicRecipes/issues"
},
"homepage": "https://github.com/Pandawan/GarlicRecipes#readme",
"dependencies": {
"del": "^3.0.0",
"express": "^4.16.2"
},
"devDependencies": {
"autoprefixer": "^7.2.4",
"css-mqpacker": "^6.0.1",
"cssnano": "^3.10.0",
"eslint": "^4.15.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"gh-pages": "^1.1.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-ejs": "^3.1.1",
"gulp-eslint": "^4.0.1",
"gulp-htmlclean": "^2.7.16",
"gulp-inject-self": "^1.0.0",
"gulp-less": "^3.4.0",
"gulp-marked": "^1.0.0",
"gulp-minify": "^2.1.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"pump": "^2.0.0",
"require-reload": "^0.2.2",
"run-sequence": "^2.2.1",
"yargs": "^10.1.1"
}
}