-
Notifications
You must be signed in to change notification settings - Fork 87
/
package.json
68 lines (68 loc) · 1.73 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
{
"author": "TCASSEMBLER",
"name": "tcapi",
"description": "",
"version": "0.0.1",
"homepage": "",
"repository": {
"type": "",
"url": ""
},
"keywords": "",
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"actionhero": "8.0.x",
"adm-zip": "0.4.x",
"archiver": "~0.6.1",
"asn1": "*",
"async": "0.2.x",
"bcrypt": "0.7.x",
"bigdecimal": "0.6.x",
"bignum": "0.6.x",
"body-parser": "^1.17.2",
"crypto": "0.0.x",
"datejs": "0.0.x",
"email-templates": "0.1.x",
"express": "^4.15.3",
"forums-wrapper": "git://github.com/cloudspokes/forums-wrapper.git#12b57be495c2e10431173522bc9eff60e0575959",
"heapdump": "^0.3.6",
"highlight.js": ">= 8.3.0",
"informix-wrapper": "git://github.com/cloudspokes/informix-wrapper.git",
"java": "0.3.x",
"jsonwebtoken": "5.0.5",
"ldapjs": "0.7.x",
"mime": "~1.2.11",
"mkdirp": "0.3.x",
"moment": "~2.5.1",
"moment-timezone": "0.0.x",
"nodemailer": "0.5.x",
"redis": "0.10.x",
"request": "~2.33.0",
"soap": "~0.3.2",
"ssha": "*",
"string": "1.6.x",
"temp": "0.7.0",
"underscore": "1.5.x",
"validator": "~3.5.0",
"wkhtmltoimage": ">= 0.1.3",
"xml2js": "0.2.x",
"xtend": "2.1.x",
"atob": "2.0.3"
},
"devDependencies": {
"supertest": "0.8.x",
"mocha": "1.x",
"chai": "1.8.x",
"fakeredis": "0.1.x",
"should": ">= 3.0.0"
},
"scripts": {
"start": "node ./node_modules/.bin/actionhero start &",
"test": "node_modules/.bin/mocha --recursive ./test",
"startCluster": "node ./node_modules/.bin/actionhero startCluster",
"actionHero": "node ./node_modules/.bin/actionhero",
"help": "node ./node_modules/.bin/actionhero help"
}
}