This repository has been archived by the owner on Jun 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
55 lines (55 loc) · 1.59 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
{
"name": "Codemoji",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node web/start",
"build": "gulp build",
"postinstall": "npm run build",
"deploy_gh": "gulp build && git checkout -b temp && git add --force public && git commit -m \"build\" && git push origin :gh-pages && git subtree push --prefix public origin gh-pages && git checkout master && git branch -D temp"
},
"author": "",
"license": "MIT",
"dependencies": {
"autoprefixer": "^6.3.1",
"connect-history-api-fallback": "^1.1.0",
"cssnano": "^3.4.0",
"csvtojson": "^0.5.1",
"del": "^2.2.0",
"express": "^4.14.0",
"grunt": "^1.0.1",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.7.1",
"grunt-usemin": "^3.1.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-copy": "0.0.2",
"gulp-htmlmin": "^1.3.0",
"gulp-minify-html": "^1.0.5",
"gulp-postcss": "^6.1.0",
"gulp-processhtml": "^1.1.0",
"gulp-real-favicon": "^0.2.1",
"gulp-replace": "^0.5.4",
"gulp-rev": "^7.0.0",
"gulp-uglify": "^1.5.2",
"gulp-usemin": "^0.3.21",
"helmet": "^2.1.1",
"load-grunt-tasks": "^3.4.0",
"lodash": "^4.0.0",
"lodash-cli": "^4.17.4",
"morgan": "^1.7.0",
"pixrem": "^3.0.0",
"svg-injectr": "0.1.5",
"throng": "^4.0.0",
"through2": "^2.0.1"
},
"engines": {
"node": "^8.9.0"
}
}