-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.52 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
60
61
62
63
64
65
66
67
{
"name": "stamp_webservices",
"version": "4.1.1",
"description": "stamp-webservices",
"main": "./app/server.js",
"author": {
"name": "Jason Drake",
"email": "[email protected]"
},
"dependencies": {
"accounting": "^0.4.1",
"compression": "^1.7.4",
"connect": "^3.7.0",
"cookie-parser": "^1.4.6",
"domain-middleware": "^0.1.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"file-stream-rotator": "^1.0.0",
"helmet": "^6.0.1",
"helmet-csp": "^3.4.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"money": "^0.2.0",
"morgan": "^1.9.0",
"mysql": "^2.18.1",
"nconf": "^0.12.0",
"node.extend": "^2.0.2",
"odata-filter-parser": "^0.5.0",
"passport": "^0.6.0",
"passport-http": "^0.3.0",
"pw": "0.0.4",
"serve-favicon": "^2.5.0",
"serve-static": "^1.15.0",
"spdy": "^4.0.2",
"zpad": "^0.5.0"
},
"scripts": {
"test": "jest --runInBand"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/stamp-web/stamp-webservices.git"
},
"devDependencies": {
"expect.js": "^0.3.1",
"jest": "^29.3.1",
"jest-cli": "^29.3.1",
"jest-createspyobj": "^2.0.0",
"jest-junit": "^15.0.0",
"superagent": "^8.0.6"
},
"keywords": [],
"bugs": {
"url": "https://github.com/stamp-web/stamp-webservices/issues"
},
"files": [
"www/**",
"LICENSE",
"README.md",
"package.json",
"create-tables.sql",
"config/**",
"app/**",
"!tests/**"
]
}