forked from madbook/reddit-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.46 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
{
"name": "reddit-mobile",
"version": "1.0.12",
"description": "",
"main": "src/app.es6.js",
"scripts": {
"start": "node --harmony index.js",
"build": "gulp",
"watch": "gulp watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "reddit <[email protected]>",
"license": "MIT",
"dependencies": {
"babel": "4.7.4",
"co": "4.4.0",
"es5-shim": "4.1.0",
"gsap": "1.15.1",
"horse": "1.0.1",
"horse-react": "0.0.6",
"koa": "0.18.1",
"koa-body-parser": "1.1.1",
"koa-compress": "1.0.8",
"koa-csrf": "2.1.3",
"koa-static": "1.4.9",
"moment": "2.9.0",
"q": "^1.2.0",
"react": "0.13.0",
"react-mutator": "0.4.1",
"reddit-mobile-plugin-ads": "1.0.1",
"reddit-mobile-plugin-metrics": "1.0.1",
"reddit-text-js": "0.5.1",
"simple-oauth2": "0.2.1",
"snoode": "0.2.5",
"superagent": "^0.21.0"
},
"devDependencies": {
"babelify": "5.0.3",
"browserify": "8.1.3",
"exorcist": "0.1.6",
"fastclick": "1.0.6",
"gulp": "3.8.11",
"gulp-buffer": "0.0.2",
"gulp-concat": "2.5.1",
"gulp-less": "3.0.0",
"gulp-livereload": "3.7.0",
"gulp-minify-css": "0.4.6",
"gulp-rename": "1.2.0",
"gulp-rev": "3.0.1",
"gulp-rimraf": "0.1.1",
"gulp-streamify": "0.0.5",
"gulp-uglify": "1.1.0",
"gulp-util": "3.0.3",
"jquery": "1.11.2",
"streamqueue": "0.1.2",
"vinyl-source-stream": "1.0.0",
"watchify": "2.3.0"
}
}