-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1 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
{
"name": "barecms",
"version": "1.0.6",
"description": "A moduar, high-performance cms where all pages are templates",
"main": "index.js",
"scripts": {
"test": "(cd tests/ && py.test)"
},
"author": "Daniel Berezin",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"crypto": "0.0.3",
"express": "^4.17.1",
"express-session": "^1.14.1",
"fs-extra": "^0.30.0",
"http": "0.0.0",
"jade": "^1.11.0",
"minimist": "^1.2.5",
"multer": "^1.4.2",
"q": "^1.5.1",
"sqlite3": "^5.0.1",
"squel": "^5.13.0"
},
"directories": {
"test": "tests"
},
"optionalDependencies": {
"bcrypt": "^5.0.0",
"bcryptjs": "^2.3.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/danman113/bareCms.git"
},
"keywords": [
"cms",
"node.js",
"sqlite"
],
"bugs": {
"url": "https://github.com/danman113/bareCms/issues"
},
"homepage": "https://github.com/danman113/bareCms#readme"
}