-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
89 lines (89 loc) · 1.96 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "positron",
"version": "1.1.0",
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">= 0.12.0",
"npm": ">= 2.5.1"
},
"dependencies": {
"accepts": "1.0.1",
"async": "~0.9.0",
"basic-auth": "^1.0.3",
"bcryptjs": "~2.3.0",
"body-parser": "~1.12.2",
"buffer-crc32": "0.2.1",
"colors": "^1.1.2",
"content-type": "~1.0.1",
"cookie": "0.1.2",
"cookie-parser": "~1.3.4",
"cookie-signature": "1.0.3",
"debug": "~2.1.3",
"encrypter": "1.0.0",
"escape-html": "1.0.1",
"etag": "~1.5.1",
"fresh": "0.2.2",
"i18n": "~0.7.0",
"lodash": "~3.1.0",
"longjohn": "^0.2.11",
"methods": "~1.1.0",
"node-session": "~1.2.1",
"nodemailer": "~1.11.0",
"on-finished": "~2.2.0",
"on-headers": "~1.0.0",
"ouch": "~1.0.0",
"parseurl": "1.0.1",
"pluralize": "~2.0.0",
"proxy-addr": "~1.0.7",
"qs": "~2.4.1",
"range-parser": "1.0.0",
"reflectionjs": "~1.0.0",
"send": "~0.12.2",
"serve-static": "~1.9.2",
"stack-trace": "0.0.9",
"type-is": "1.1.0",
"utils-merge": "1.0.0",
"uuid": "~3.0.0",
"vary": "~1.0.0",
"waterline": "~0.11.11",
"winston": "~0.9.0",
"winston-mail": "~0.5.0",
"xregexp": "~3.0.0"
},
"devDependencies": {
"consolidate": "~0.13.1",
"mocha": "~2.3.1",
"nodemailer-stub-transport": "^1.0.0",
"should": "~7.1.0",
"sinon": "~1.17.2",
"winston-mongodb": "~1.2.0"
},
"description": "The QuorraJS Framework",
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/quorrajs/Positron"
},
"keywords": [
"quorra",
"quorra.js",
"quorrajs",
"mvc",
"framework",
"rest",
"api",
"restful",
"web"
],
"author": "Harish Anchu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/quorrajs/Positron/issues"
},
"homepage": "http://quorrajs.org"
}