-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.44 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
{
"name": "glad-idag-twitter",
"version": "2.0.4",
"description": "Twitterbot för Österbottens Tidnings Glad idag och Arg idag.",
"main": "server.js",
"scripts": {
"start": "forever --minUptime=30000 --spinSleepTime 60000 app/server.js",
"test": "gulp",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha --report lcovonly -- -R spec test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bostrom/glad-idag-twitter.git"
},
"keywords": [
"twitter",
"bot",
"österbottens",
"tidning",
"glad",
"arg",
"idag"
],
"author": "Fredrik Boström",
"license": "ISC",
"bugs": {
"url": "https://github.com/bostrom/glad-idag-twitter/issues"
},
"homepage": "https://github.com/bostrom/glad-idag-twitter#readme",
"dependencies": {
"bluebird": "^3.4.1",
"cheerio": "^1.0.0-rc.1",
"forever": "^0.15.2",
"lodash": "^4.13.1",
"mongoose": "^4.5.2",
"request-promise": "^4.0.0",
"text-to-image": "^1.0.0",
"twitter": "^1.3.0"
},
"devDependencies": {
"chai": "^4.0.0",
"chai-as-promised": "^6.0.0",
"chai-things": "^0.2.0",
"coveralls": "^2.11.12",
"gulp": "^3.9.1",
"gulp-spawn-mocha": "^3.0.0",
"gulp-util": "^3.0.7",
"image-size": "^0.5.0",
"istanbul": "^0.4.4",
"mocha": "^3.0.0",
"mockery": "^2.0.0",
"nock": "^9.0.13",
"sinon": "^2.3.2",
"sinon-chai": "^2.8.0"
}
}