-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 990 Bytes
/
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
{
"name": "DLMS",
"version": "1.0.0",
"description": "CIS 450 Final Project",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified! Configure in package.json\" && exit 1"
},
"repository": "",
"keywords": [
"node.js",
"eclipse",
"nodeclipse"
],
"private": true,
"dependencies": {
"async": "*",
"aws-sdk": "*",
"body-parser": "*",
"cookie-parser": "*",
"crypto": "*",
"ejs": "*",
"ejs-locals": "*",
"express": "4.x",
"express-session": "*",
"lru-cache": "2.5.x",
"multer": "*",
"s3-uploader": "^0.5.1",
"node-uuid": ">= 1.4.1",
"hashids": "1.0.0",
"shortid": "2.1.3",
"fs": "*",
"s3": "*",
"request": "*",
"nodemon": "*",
"mongodb": "*",
"mysql": "*",
"multer-s3": "*",
"dynamodb": "*",
"dateformat": "*",
"bcrypt": "*",
"nodemailer": "*",
"node-cmd": "*"
},
"author": "",
"license": "",
"readmeFilename": "README.md"
}