-
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.61 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.61 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": "gossipmill",
"version": "0.1.7",
"description": "Backend application for aggregating and supplying messages from multiple sources given some criteria.",
"main": "app.js",
"dependencies": {
"connect-redis": "3.2.0",
"handlebars": "4.0.6",
"include-all": "^1.0.0",
"rc": "1.0.1",
"sails": "~0.12.13",
"sails-disk": "~0.10.9",
"sails-orientdb": "0.10.60",
"socket.io-redis": "4.0.0",
"uuid": "3.0.1",
"waterline-orientdb": "0.10.43",
"winston": "2.3.1",
"winston-cloudwatch": "1.11.3",
"winston-orientdb": "0.0.2",
"fs-promise": "2.0.2",
"twitter": "1.7.0",
"express-validator": "3.1.3",
"ioredis": "3.2.1",
"redis": "2.8.0",
"fivebeans": "1.5.0",
"request-promise-native": "1.0.3",
"js-yaml": "3.8.3",
"omit-deep-lodash": "1.0.0",
"apidoc": "0.17.6",
"user-agent": "1.0.4",
"winston-logzio": "1.0.3",
"md5": "2.2.1",
"bluebird": "3.5.1"
},
"devDependencies": {
"lorem-ipsum": "1.0.4",
"random-words": "0.0.1",
"mocha": "^3.2.0",
"supertest": "^3.0.0",
"chai": "3.5.0",
"raml-1-parser": "1.1.19",
"raml-js-validator": "0.5.1",
"flat": "2.0.1",
"nyc": "10.2.0"
},
"scripts": {
"test": "nyc mocha test/bootstrap.test.js test/**/*.test.js",
"start": "node app.js",
"dummy": "node test/dummy/beanstalk-inject.js",
"dummyredis": "node test/dummy/redis-inject.js",
"docs": "apidoc -o docs"
},
"repository": {
"type": "git",
"url": "ssh://git@openlab.ncl.ac.uk:17150/connected-academy/gossipmill.git"
},
"author": "Open Lab",
"license": "MIT"
}