-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.46 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
54
55
56
57
58
59
60
61
62
63
{
"name": "Blockchaingers",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "Blockchaingers"
},
"keywords": [
"html",
"template"
],
"author": "Vishnu Devarajan",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.18.8",
"coffee": "^3.3.0",
"coffee-gulp": "0.0.2",
"coffee-script": "^1.12.6",
"del": "^2.2.1",
"fixmyjs": "^1.0.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.6",
"gulp-clean-css": "^3.2.0",
"gulp-coffee": "^2.3.2",
"gulp-csscomb": "^3.0.7",
"gulp-csso": "^2.0.0",
"gulp-data": "^1.3.1",
"gulp-htmlhint": "^0.3.1",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.2.0",
"gulp-jscpd": "0.0.6",
"gulp-jscs": "^3.0.2",
"gulp-jsonlint": "^1.1.2",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-rigger": "^0.5.8",
"gulp-sass": "^3.1.0",
"gulp-tinypng": "^1.0.2",
"gulp-uglify": "^2.1.2",
"gulp-uncss": "^1.0.5",
"gulp-useref": "^3.1.2",
"gulp-watch": "^4.3.5",
"imagemin-pngquant": "^4.2.2",
"rimraf": "^2.5.2",
"run-sequence": "^1.2.2"
},
"dependencies": {
"del": "^2.2.2",
"front-matter": "^2.3.0",
"gulp-swig": "^0.8.0",
"mongodb": "^3.0.10",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"morgan": "~1.9.0"
}
}