-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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
{
"name": "wittr",
"version": "1.0.0",
"description": "A fake social network app",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "gulp serve"
},
"author": "",
"license": "ISC",
"private": true,
"devDependencies": {},
"dependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"busboy": "^0.2.14",
"compression": "^1.7.2",
"del": "^3.0.0",
"express": "^4.16.3",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-define-module": "^0.1.5",
"gulp-develop-server": "^0.5.2",
"gulp-handlebars": "^5.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.2.3",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-util": "^3.0.8",
"idb": "^2.1.2",
"lodash": "^4.17.10",
"markov": "0.0.7",
"minimist": "^1.2.0",
"rollup-plugin-commonjs": "^8.4.1",
"rollup-plugin-handlebars-plus": "^0.2.3",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-stream": "^1.24.1",
"simple-transition": "^1.0.0",
"throttle": "^1.0.3",
"through2": "^2.0.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"ws": "^2.3.1"
}
}