-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.58 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
{
"name": "content_discovery",
"version": "0.0.0",
"private": true,
"dependencies": {
"body-parser": "^1.14.1",
"cheerio": "^0.20.0",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"feedparser": "^1.1.4",
"forever": "^0.15.1",
"fs": "0.0.2",
"helmet": "^0.15.0",
"helmet-csp": "^0.3.0",
"history": "^1.17.0",
"immutable": "^3.7.5",
"mkdirp": "^0.5.1",
"moment": "^2.10.6",
"oauth": "^0.9.14",
"pouchdb": "^5.1.0",
"react": "^0.14.1",
"react-redux": "^4.0.0",
"react-router": "^1.0.0-rc3",
"redux": "^3.0.4",
"redux-thunk": "^1.0.0",
"request": "^2.65.0",
"winston": "^2.1.1",
"yargs": "^3.30.0"
},
"devDependencies": {
"babel": "^5.8.29",
"babel-eslint": "^4.1.3",
"babel-plugin-espower": "^1.0.0",
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"chai": "^3.3.0",
"cordova-lib": "^5.4.0",
"del": "^2.2.0",
"eslint": "^1.8.0",
"eslint-plugin-react": "^3.6.3",
"gulp": "^3.9.0",
"gulp-babel": "^5.3.0",
"gulp-browserify": "^0.5.1",
"gulp-cssnano": "^2.1.0",
"gulp-environments": "^0.1.1",
"gulp-eslint": "^1.0.0",
"gulp-exec": "^2.1.2",
"gulp-minify": "0.0.5",
"gulp-mocha": "^2.1.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"isparta": "^4.0.0",
"istanbul": "^0.4.1",
"jsdom": "^7.0.2",
"memdown": "^1.1.0",
"mocha": "^2.3.3",
"nock": "^2.17.0",
"react-addons-test-utils": "^0.14.3",
"react-dom": "^0.14.1",
"run-sequence": "^1.1.4",
"sinon": "^1.17.1",
"supertest": "^1.1.0"
}
}