forked from ziad-saab/node-express-reddit-clone
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.23 KB
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
{
"name": "node-express-sequelize-reddit-clone",
"version": "1.0.0",
"description": "clone of reddit using node.js, express, and sequelize packages",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crispmark/node-express-sequelize-reddit-clone.git"
},
"keywords": [
"reddit",
"clone",
"workshop",
"database"
],
"author": "'Mark <macr1324@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/crispmark/node-express-sequelize-reddit-clone/issues"
},
"homepage": "https://github.com/crispmark/node-express-sequelize-reddit-clone#readme",
"dependencies": {
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.5.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.0",
"cookie-parser": "^1.4.1",
"ejs": "^2.4.1",
"express": "^4.13.4",
"jquery": "^2.2.1",
"moment": "^2.11.2",
"mysql": "^2.10.2",
"mysql-promise": "^1.5.0",
"nodemon": "^1.9.0",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"secure-random": "^1.1.1",
"sequelize": "^3.19.2"
}
}