forked from fronteerio/grasshopper
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
108 lines (108 loc) · 2.45 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "grasshopper",
"description": "Grasshopper Event Engine",
"version": "1.2.0",
"author": {
"name": "Fronteer LTD"
},
"repository": {
"type": "git",
"url": "git://github.com/fronteerio/grasshopper.git"
},
"bugs": {
"url": "https://github.com/fronteerio/grasshopper/issues"
},
"licenses": [
{
"type": "AGPLv3",
"url": "http://opensource.org/licenses/AGPL-3.0"
}
],
"dependencies": {
"bunyan": "1.4.0",
"bunyan-prettystream": "0.1.3",
"chance": "0.7.5",
"cookie-parser": "1.3.5",
"cookie-session": "1.1.0",
"cozy-ical": "1.1.9",
"csv": "0.4.5",
"express": "4.12.4",
"express-busboy": "2.4.2",
"gh-admins": "",
"gh-apps": "",
"gh-auth": "",
"gh-calendar": "",
"gh-config": "",
"gh-context": "",
"gh-core": "",
"gh-docs": "",
"gh-events": "",
"gh-groups": "",
"gh-orgunit": "",
"gh-picture": "",
"gh-rest": "",
"gh-series": "",
"gh-statsd": "",
"gh-tenants": "",
"gh-tests": "",
"gh-users": "",
"lodash": "3.9.3",
"lynx": "0.2.0",
"moment": "2.10.3",
"moment-timezone": "0.4.0",
"oauth2orize": "1.0.1",
"passport": "0.2.2",
"passport-http": "0.2.2",
"passport-http-bearer": "1.0.1",
"passport-local": "1.0.0",
"passport-oauth2-client-password": "0.1.2",
"pg": "4.4.0",
"pg-hstore": "2.3.2",
"readdirp": "1.3.0",
"restjsdoc": "0.0.7",
"sequelize": "3.2.0",
"validator": "1.1.3",
"xml-escape": "1.0.0",
"yargs": "3.10.0"
},
"devDependencies": {
"awssum-amazon-s3": "1.5.0",
"coveralls": "2.11.2",
"grasshopper-release-tools": "git://github.com/fronteerio/grasshopper-release-tools",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-jshint": "0.11.2",
"grunt-jscs": "1.8.0",
"grunt-mocha-hack": "git://github.com/gregrperkins/grunt-mocha-hack#4b74f8c",
"grunt-text-replace": "0.4.0",
"istanbul": "0.3.15",
"jaro-winkler": "0.2.6",
"request": "2.57.0",
"shelljs": "0.5.1",
"xml2js": "0.4.9"
},
"bundleDependencies": [
"gh-admins",
"gh-apps",
"gh-auth",
"gh-calendar",
"gh-config",
"gh-context",
"gh-core",
"gh-docs",
"gh-events",
"gh-groups",
"gh-orgunit",
"gh-picture",
"gh-rest",
"gh-series",
"gh-statsd",
"gh-tenants",
"gh-tests",
"gh-users"
],
"engines": {
"node": ">=0.10"
}
}