forked from igroff/epiquery2-orig
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.33 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.33 KB
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
{
"name": "epiquery2",
"version": "0.0.13",
"description": "run templated queries from the http's using learnings from 1",
"devDependencies": {
"coffeelint": "0.6.1",
"jshint": "2.3.0",
"sockjs-client": "0.1.3",
"difftest-runner": "0.0.9",
"ws": "~0.4.31"
},
"dependencies": {
"async": "0.2.9",
"awesome-websocket": "0.0.25",
"browserify": "6.2.0",
"cluster2": "igroff/cluster2.git",
"coffee-script": "1.9.1",
"coffeeify": "0.6.0",
"dot": "1.0.1",
"express": "3.1.0",
"generic-pool": "2.2.0",
"hogan.js": "3.0.2",
"js-yaml": "3.6.0",
"jsforce": "1.4.1",
"line-by-line": "0.1.1",
"lodash": "4.1.0",
"lodash-contrib": "241.4.14",
"moment": "2.11.1",
"mysql": "2.0.0-rc1",
"optimist": "0.6.0",
"pg": "^4.5.5",
"q": "0.9.2",
"simplog": "0.2.2",
"tedious": "2.0.0",
"sockjs": "igroff/sockjs-node#pass-headers",
"underscore": "1.4.4",
"xmla4js": "git+https://github.com/glg/xmla4js.git"
},
"scripts": {
"start": "make start",
"watch": "make watch"
},
"engines": {
"node": "5.5.0"
},
"browser": "src/clients/EpiClient.coffee",
"browserify": {
"transform": [
"coffeeify"
]
},
"repository": {
"type": "git",
"url": "git://github.com/igroff/epiquery2.git"
},
"os": [
"!win32"
]
}