-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
59 lines (59 loc) · 1.6 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": "stackoverflow-lite",
"version": "1.0.0",
"description": "a minimal version of stackoverflow for local developers[C\u001b[C\u001b[C\u001b[Cinternal\u001b[3~\u001b[3~\u001b[3~\u001b[3~\u001b[3~ developers\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D",
"main": "app.js",
"scripts": {
"test": "node node_modules/jasmine/bin/jasmine.js",
"start": "babel-node app.js",
"setup": "node setup.js",
"test-init": "./node_modules/jasmine/bin/jasmine.js init"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaelNgiri/StackOverflow-Lite.git"
},
"keywords": [
"stackOverflow-Lite",
"lite",
"stackoverflow",
"andela",
"developer",
"challenge"
],
"author": "Michael Ngiri",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelNgiri/StackOverflow-Lite/issues"
},
"homepage": "https://github.com/michaelNgiri/StackOverflow-Lite#readme",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"bcrypt": "^3.0.0",
"bluebird": "^3.5.2",
"body-parser": "^1.18.3",
"cassandra": "^0.1.0",
"chokidar": "^2.0.4",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"ejs": "^2.6.1",
"express": "^4.16.3",
"jasmine": "^3.2.0",
"jsonwebtoken": "^8.3.0",
"mocha": "^5.2.0",
"pg": "^7.4.3",
"pg-promise": "^5.9.7",
"request": "^2.88.0",
"swagger-jsdoc": "^3.0.3",
"totoro-node": "^1.1.5"
},
"engines": {
"node": "10.*.*"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"swagger-inline": "^0.1.3"
}
}