-
Notifications
You must be signed in to change notification settings - Fork 437
/
package.json
111 lines (111 loc) · 3.05 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "a16z-ai-survey",
"version": "0.1.5",
"description": "a16z ai survey",
"main": "index.js",
"scripts": {
"start": "node index.js",
"watch": "webpack --config client/config/webpack.config.js -d --watch --colors",
"build": "webpack --config client/config/webpack.config.js -p"
},
"dependencies": {
"Sentimental": "1.0.1",
"apiai": "^3.0.3",
"apicache": "^0.7.2",
"aws-sdk": "^2.18.0",
"body-parser": "1.15.2",
"clarifai": "^2.1.0-dev",
"clipboard": "^1.6.0",
"cognitive-services": "0.1.0",
"compressible": "^2.0.9",
"compression": "^1.6.2",
"connect-redis": "3.1.0",
"cookie-parser": "1.4.3",
"cookie-session": "2.0.0-alpha.1",
"cookies": "0.6.1",
"cool-ascii-faces": "1.3.4",
"dotenv": "^4.0.0",
"ejs": "2.3.3",
"eslint-config-airbnb": "^12.0.0",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-import-resolver-node": "^0.3.0",
"eslint-plugin-import": "^2.2.0",
"express": "4.13.3",
"express-session": "1.14.1",
"extract-text-webpack-plugin": "~0.8.2",
"google-cloud": "0.49.0",
"googleapis": "17.1.0",
"jsonfile": "2.4.0",
"markdown": "0.5.0",
"markdown-js": "0.0.3",
"md5": "^2.2.1",
"mime": "1.3.4",
"mime-db": "^1.25.0",
"moment": "^2.17.1",
"multer": "1.2.0",
"najax": "0.7.1",
"ratelimit.js": "^1.8.0",
"recastai": "^2.3.0",
"redis": "^2.7.1",
"sentiment": "2.0.0",
"session": "0.1.0",
"showdown": "1.5.1",
"slugify": "1.1.0",
"ssl-root-cas": "^1.2.3",
"twitter": "1.4.0",
"util": "0.10.3",
"watson-developer-cloud": "2.2.0",
"webpack": "~1.12.1",
"autoprefixer-loader": "~3.1.0",
"babel-eslint": "~4.1.1",
"babel-loader": "~5.3.2",
"css-loader": "~0.18.0",
"eslint": ">=3.1.1",
"eslint-config-airbnb": "~12.0.0",
"eslint-loader": "~1.6.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": ">=5.2.2",
"extract-text-webpack-plugin": "~0.8.2",
"file-loader": "~0.8.1",
"node-sass": "~3.7.0",
"sass-loader": "~2.0.1",
"style-loader": "~0.12.3",
"url-loader": "~0.5.6",
"webpack": "~1.12.1",
"webpack-livereload-plugin": "~0.2.1"
},
"engines": {
"node": "6.9.3"
},
"repository": {
"type": "git",
"url": "https://github.com/heroku/node-js-getting-started"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT",
"devDependencies": {
"autoprefixer-loader": "~3.1.0",
"babel-eslint": "~4.1.1",
"babel-loader": "~5.3.2",
"css-loader": "~0.18.0",
"eslint": ">=3.1.1",
"eslint-config-airbnb": "~12.0.0",
"eslint-loader": "~1.6.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": ">=5.2.2",
"extract-text-webpack-plugin": "~0.8.2",
"file-loader": "~0.8.1",
"node-sass": "~3.7.0",
"sass-loader": "~2.0.1",
"style-loader": "~0.12.3",
"url-loader": "~0.5.6",
"webpack": "~1.12.1",
"webpack-livereload-plugin": "~0.2.1"
}
}