-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "uniformity",
"version": "0.14.8",
"description": "A simple but highly customizable NodeJS CMS relying on the MEAN stack. Provides modular plug and play capabilities to offer only the features you're looking for in a website.",
"main": "server.js",
"scripts": {
"plugin": "node plugin.js",
"test": "echo \"Warning: no tests are setup yet\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/apocist/uniformity.git"
},
"keywords": [
"uniformity",
"cms"
],
"author": "Apocist <[email protected]> (http://inverseinnovations.com/)",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/apocist/uniformity/issues"
},
"homepage": "http://inverseinnovations.com",
"dependencies": {
"async": "^2.1.2",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"express-session": "^1.14.2",
"kerberos": "0.0.21",
"mongoose": "4.4.19",
"mongoose-auto-increment": "^5.0.1",
"mongoose-schema-extend": "0.2.0",
"nconf": "^0.8.4",
"node-dir": "0.1.16",
"passport": "^0.3.2",
"spdy": "^3.4.4",
"swig-templates": "^2.0.2",
"underscore": "^1.8.3",
"uuid": "^3.0.0",
"vhost": "^3.0.2"
},
"engines": {
"node": ">=4.2.1"
}
}