-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
66 lines (66 loc) · 1.67 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
64
65
66
{
"name": "mutualab.org",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"browser-sync": "^2.14.0",
"gulp-jsbeautifier": "^2.0.3",
"gulp-watch": "^4.3.9",
"vinyl-ftp": "^0.5.0",
"yargs": "^4.8.1"
},
"author": "",
"private": true,
"license": "ISC",
"dependencies": {
"camel-2-dash": "^0.1.0",
"camel-case": "^3.0.0",
"change-case": "^2.3.1",
"del": "^2.2.2",
"dotenv": "^2.0.0",
"ejs": "^2.5.1",
"front-matter": "^2.1.0",
"glob": "^7.0.5",
"gulp-autoprefixer": "^3.1.1",
"gulp-changed": "^1.3.2",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-data": "^1.2.1",
"gulp-ejs": "^2.1.3",
"gulp-ejs-template": "^0.2.0",
"gulp-git": "^1.11.3",
"gulp-if": "^2.0.1",
"gulp-jslint": "^1.0.5",
"gulp-livereload": "^3.8.1",
"gulp-minify-html": "^1.0.6",
"gulp-newer": "^1.2.0",
"gulp-ng-html2js": "^0.2.2",
"gulp-nunjucks": "^2.2.0",
"gulp-nunjucks-api": "^0.7.0",
"gulp-plumber": "^1.1.0",
"gulp-replace": "^0.5.4",
"gulp-rev": "^7.1.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-strip-debug": "^1.1.0",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^2.0.0",
"gulp-usemin": "^0.3.24",
"gulp-webserver": "^0.9.1",
"gulp-wiredep": "0.0.0",
"he": "^1.1.0",
"markdown": "^0.5.0",
"markdown-it": "^6.1.1",
"markdown-it-synapse-table": "^1.0.6",
"marked": "^0.3.6",
"nunjucks": "^2.4.2",
"pandoc": "^0.2.0",
"pdc": "^0.2.3",
"sync": "^0.2.5",
"vinyl-paths": "^2.1.0"
}
}