forked from jakearchibald/wittr
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.27 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
{
"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": {
"babel-eslint": "^8.0.2",
"babelify": "^6.2.0",
"browserify": "^11.0.1",
"busboy": "^0.2.9",
"closest": "0.0.1",
"compression": "^1.5.2",
"del": "^1.2.1",
"es6-promise": "^3.0.2",
"eslint": "^4.10.0",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-define-module": "^0.1.3",
"gulp-develop-server": "^0.4.3",
"gulp-handlebars": "^4.0.0",
"gulp-load-plugins": "^0.10.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"handlebars": "^3.0.3",
"hbsfy": "^2.2.1",
"hbsify": "^1.0.1",
"idb": "^1.0.1",
"lodash": "^3.10.1",
"markov": "0.0.7",
"merge-stream": "^1.0.0",
"minimist": "^1.2.0",
"run-sequence": "^1.1.2",
"simple-transition": "^1.0.0",
"throttle": "^1.0.3",
"through2": "^2.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.1",
"ws": "^0.8.0"
}
}