forked from madbook/reddit-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.8 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
67
68
69
70
{
"name": "reddit-mobile",
"version": "3.0.3",
"description": "",
"main": "src/app.es6.js",
"scripts": {
"start": "node --harmony index.js",
"build": "gulp",
"watch": "gulp watch",
"dev": "gulp dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "reddit <jack@reddit.com>",
"license": "MIT",
"dependencies": {
"babel": "5.6.14",
"co": "4.6.0",
"cookies-js": "1.2.1",
"es5-shim": "4.1.11",
"horse": "1.3.0",
"horse-react": "1.0.2",
"koa": "1.0.0",
"koa-bodyparser": "2.0.1",
"koa-compress": "1.0.8",
"koa-csrf": "2.3.0",
"koa-session": "3.3.1",
"koa-static": "1.4.9",
"lodash": "3.10.1",
"moment": "2.10.6",
"react": "0.13.3",
"reddit-text-js": "0.5.5",
"scmp": "1.0.0",
"simple-oauth2": "0.2.1",
"snoode": "1.9.3",
"superagent": "1.3.0",
"uuid": "2.0.1"
},
"devDependencies": {
"babelify": "6.1.2",
"dom-serializer": "git://github.com/ajacksified/dom-serializer.git#c999b029caa6d4a9f1fbeb512b48ec7c75c1dddb",
"browserify": "10.2.4",
"buffer": "3.4.3",
"del": "1.1.1",
"envify": "3.4.0",
"exorcist": "0.4.0",
"fastclick": "1.0.6",
"glob": "5.0.10",
"gulp": "3.9.0",
"gulp-buffer": "0.0.2",
"gulp-concat": "2.6.0",
"gulp-consolidate": "0.1.2",
"gulp-iconfont": "3.0.2",
"gulp-iconfont-css": "0.0.9",
"gulp-if": "1.2.5",
"gulp-less": "3.0.3",
"gulp-livereload": "3.7.0",
"gulp-minify-css": "1.2.0",
"gulp-rename": "1.2.2",
"gulp-rev": "5.1.0",
"gulp-sequence": "0.3.2",
"gulp-streamify": "0.0.5",
"gulp-uglify": "1.2.0",
"gulp-util": "3.0.3",
"node-notifier": "4.2.3",
"stream-combiner2": "1.0.2",
"streamqueue": "1.1.0",
"vinyl-source-stream": "1.0.0",
"watchify": "3.2.3"
}
}