-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "open-note",
"version": "1.0.0",
"description": "this is an empty site",
"main": "server.js",
"dependencies": {
"aws-sdk": "^2.205.0",
"body-parser": "^1.18.2",
"cookie-session": "^2.0.0-beta.3",
"express": "^4.16.2",
"mongoose": "^5.0.8",
"multer": "^1.3.0",
"multer-s3": "^2.7.0",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth20": "^1.0.0",
"pip": "0.0.1",
"pip-cli": "^1.0.4",
"python-shell": "^0.5.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zainhuda/open-note.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zainhuda/open-note/issues"
},
"homepage": "https://github.com/zainhuda/open-note#readme"
}