-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
90 lines (90 loc) · 2.34 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
{
"name": "casimircore",
"version": "0.11.17",
"description": "The core modules for the Casimir webapp framework",
"author": {
"name": "thehobbit85",
"email": "[email protected]"
},
"scripts": {
"test": "gulp",
"coverage": "istanbul cover _mocha -- -R spec",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"prepublish": "gulp prepublish"
},
"repository": {
"type": "git",
"url": "https://github.com/Colored-Coins/casimircore.git"
},
"main": "lib/index.js",
"keywords": [
"server",
"framework",
"webapp",
"database",
"mongoose",
"users",
"websites"
],
"devDependencies": {
"estraverse": "^4.1.1",
"gulp": "^3.6.0",
"gulp-coveralls": "^0.1.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.9.0",
"gulp-mocha": "^2.0.0",
"gulp-nsp": "^0.4.5",
"gulp-plumber": "^1.0.0",
"gulp-standard": "^7.0.1",
"isparta": "^3.0.3",
"mocha": "^2.3.3",
"supertest": "^1.1.0"
},
"license": "Apache-2.0",
"dependencies": {
"aws-xray-sdk": "1.0.5-beta",
"body-parser": "^1.13.3",
"clone": "^1.0.2",
"compression": "^1.5.2",
"consolidate": "^0.13.1",
"cookie-parser": "^1.3.5",
"cors": "^2.7.1",
"express": "^4.13.3",
"express-http-proxy": "^0.10.1",
"express-validator": "^2.17.1",
"express-winston": "^0.4.1",
"faye": "^1.1.2",
"findhit-proxywrap": "^0.3.10",
"http-auth": "^2.2.8",
"iniparser": "^1.0.5",
"jade": "^1.11.0",
"jsonfile": "^2.3.1",
"jwt-simple": "^0.3.1",
"le_node": "^1.1.0",
"lodash": "^3.10.1",
"merge": "^1.2.0",
"moment": "^2.10.6",
"mongodb-uri": "0.9.7",
"mongoose": "~4.4.3",
"mongoose-merge-plugin": "0.0.5",
"mongoose-time": "^0.1.0",
"morgan": "^1.7.0",
"on-finished": "^2.3.0",
"passport": "^0.3.0",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"path": "^0.12.7",
"piwik-tracker": "^0.1.2",
"prettyjson": "^1.1.3",
"qs": "^5.0.0",
"redis": "~2.6.2",
"request": "^2.61.0",
"serve-favicon": "^2.3.0",
"socket.io": "git+https://github.com/tal-beja/socket.io.git#pre2",
"socket.io-client": "~1.4.8",
"socket.io-redis": "git+https://github.com/tal-beja/socket.io-redis.git",
"uuid": "^2.0.1",
"winston": "^1.0.1",
"winston-mail": "^0.4.0"
}
}