-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
140 lines (140 loc) · 3.76 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "lunchroom",
"private": true,
"main": "server.js",
"scripts": {
"install": "./install"
},
"dependencies": {
"ampersand-model": "^5.0.3",
"ampersand-react-mixin": "^0.1.3",
"ampersand-state": "^4.5.6",
"backbone": "^1.2.0",
"backbone-jsonapi": "^0.1.6",
"backbone-xhr-events": "^1.0.1",
"bluebird": "^2.9.34",
"body-parser": "^1.12.4",
"bookshelf": "^0.8.1",
"bower": "^1.4.1",
"browserify": "^11.0.1",
"canonical-json": "0.0.4",
"compression": "^1.5.2",
"console-polyfill": "^0.2.1",
"cookie-parser": "^1.3.5",
"cookies": "^0.5.0",
"deepmerge": "^0.2.10",
"defs": "^1.1.0",
"dot": "^1.0.3",
"es5-shim": "^4.1.10",
"eventemitter2": "^0.4.14",
"express": "^4.12.4",
"express-routebuilder": "^2.1.0",
"extend": "^3.0.0",
"fs-extra": "^0.22.1",
"html5-history-api": "^4.2.2",
"html5shiv": "^3.7.3",
"jsonwebtoken": "^5.0.4",
"jssha": "^2.0.1",
"knex": "^0.8.6",
"lodash": "^3.10.1",
"moment": "^2.10.3",
"moment-timezone": "^0.4.0",
"morgan": "^1.5.3",
"numeral": "^1.5.3",
"org.pinf.genesis.lib": "0.1.x",
"page": "^1.6.3",
"pg": "^4.4.0",
"q": "^1.4.1",
"q-io": "^1.13.1",
"react": "^0.13.3",
"react-backbone": "^1.0.3",
"react-events": "^1.0.1",
"react-mixin-manager": "^1.0.2",
"request": "^2.60.0",
"semantic-ui-css": "^2.0.0",
"send": "^0.12.3",
"sm.expand": "0.1.17",
"socket.io": "^1.3.6",
"stripe": "^3.7.0",
"uglify-js": "^2.4.24",
"underscore": "^1.8.3",
"uuid": "^2.0.1",
"winston": "^1.0.1",
"winston-loggly": "^1.1.0"
},
"expectedDependencies": [
"endpoints",
"firenode-for-jsonapi"
],
"config": {
"pio.pinf.io/0": {
"runtime": "default-nodejs-server",
"on": {
"postactivate": "./build.sh"
}
},
"org.pinf.genesis.lib/0": {
"api": {
"consumes": {
"config": "org.pinf.genesis.lib/0/config",
"mandrill-send": "io.pinf.service.mandrill/0/send",
"twilio-send": "io.pinf.service.twilio/0/send",
"MOMENT": "moment",
"MOMENT_TZ": "moment-timezone",
"DEEPMERGE": "deepmerge",
"ASSERT": "assert",
"Q": "q",
"DOT": "dot",
"QFS": "q-io/fs",
"REQUEST": "request",
"vendor-router": "./stores/Vendors.db/firenode-router.js",
"event-router": "./stores/Events.db/firenode-router.js",
"order-router": "./stores/Orders.db/firenode-router.js",
"consumer-group-router": "./stores/ConsumerGroups.db/firenode-router.js",
"consumer-group-subscription-router": "./stores/ConsumerGroupSubscriptions.db/firenode-router.js"
}
}
},
"io.pinf.server.grunt/0": {
"static": {
"/assets/headjs": "./node_modules/semantic-ui-css",
"/assets/semantic-ui-css": "./node_modules/semantic-ui-css",
"/": "./www"
},
"grunts": {
"assets": {
"ecosystems": {
"bower": {
"componentsPath": "./bower_components",
"targetBasePath": "./www/assets"
}
}
}
}
},
"io.pinf.server.webpack/0": {
"static": {
"/assets/backbone-jsonapi": "./node_modules/backbone-jsonapi/dist",
"/assets/react": "./node_modules/react/dist"
},
"packs": {
"components": {
"ecosystems": [
"react"
],
"sourcePath": "./components",
"targetPath": "./.components.built",
"compilerConfig": [
[
"$..externals",
{
"$": "$",
"jquery": "$"
}
]
]
}
}
}
}
}