-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 810 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 810 Bytes
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
{
"name": "pcap-database",
"version": "1.0.0",
"description": "Database site for PCAP artist work",
"main": "back-end.js",
"dependencies": {
"bcrypt": "^0.8.5",
"body-parser": "^1.14.2",
"crypto-js": "^3.1.5",
"diff": "^2.2.1",
"express": "^4.13.3",
"google-spreadsheet": "^1.1.4",
"jsonwebtoken": "^5.4.1",
"node-mutex": "^0.1.7",
"node-persist": "0.0.8",
"persist-js": "^0.3.1",
"pg": "^4.5.1",
"pg-hstore": "^2.3.2",
"sequelize": "^3.15.1",
"sequelize-virtual-fields": "^0.3.6",
"sqlite3": "^3.1.1",
"underscore": "^1.8.3",
"yargs": "^3.31.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Elon Rubin",
"license": "ISC"
}