-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.54 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.54 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "Science-Stories",
"version": "1.0.0",
"description": "",
"main": "index.js",
"config": {},
"scripts": {
"start": "node ./bin/www",
"start:dev": "nodemon ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cd client && npm install --only=dev && npm install && npm run build",
"heroku-postbuild": "cd client && npm install --only=dev && npm install && npm run build"
},
"keywords": [
"IIIF",
"universalviewer",
"mirador",
"Yale University",
"women",
"science",
"wikidata",
"wikimedia",
"Science Stories"
],
"author": "Kenneth Seals-Nutt",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.439.0",
"axios": "^0.19.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.18.3",
"connect-session-sequelize": "^6.0.0",
"consolidate": "^0.15.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^10.0.0",
"express": "^4.16.4",
"express-session": "^1.16.1",
"googleapis": "^39.2.0",
"handlebars": "^4.7.6",
"jquery": "^3.4.0",
"masonry-layout": "^4.2.2",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"multer-s3": "^2.9.0",
"node-fetch": "^2.3.0",
"npm": "^6.14.4",
"pg": "^7.10.0",
"pg-hstore": "^2.3.2",
"sequelize": "^5.21.2",
"sequelize-cli": "^5.5.1",
"serve-favicon": "^2.5.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"nodemon": "^1.18.11"
},
"engines": {
"node": "16.6.1",
"npm": "7.20.3"
}
}