-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (24 loc) · 834 Bytes
/
package.json
File metadata and controls
28 lines (24 loc) · 834 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
{
"name": "aonx",
"description": "very opinionated application framework",
"homepage": "https://github.com/truepattern/aonx",
"version": "0.5.2",
"author": "truepattern <admin@truepattern.com>",
"dependencies": {
"winston" : ">= 0.7.x",
"underscore" : ">= 1.4.x",
"connect-mongodb" : ">= 1.1.x",
"express" : ">= 3.2.x",
"express-resource" : ">= 1.0.0",
"mongoose" : ">= 3.6.x",
"mongoose-plugins" : ">= 0.3.3",
"gzippo" : ">= 0.1.7"
},
"devDependencies": [],
"keywords": ["express", "api", "framework", "server", "cluster"],
"repository": {"type":"git", "url": "git://github.com/truepattern/aonx"},
"main": "index",
"bin": { "aonx": "./bin/aonx" },
"scripts": { "prepublish" : "npm prune" },
"engines": { "node":">= 0.8.x" }
}