-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.32 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
{
"name": "inventaire-authors-birthday",
"version": "1.0.0",
"description": "a twitter bot to greet authors on their birthday",
"main": "authors-birthday.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "coffee authors-birthday.coffee",
"watch": "supervisor -w . -- ./authors-birthday.coffee",
"authors-tomorrow": "npm run build; coffee authors-tomorrow.coffee",
"postinstall": "./scripts/postinstall",
"build": "coffee -c tomorrow-ui/tomorrow-ui.coffee",
"build-watch": "coffee -cw tomorrow-ui/tomorrow-ui.coffee",
"add-to-systemd": "./scripts/add_to_systemd"
},
"keywords": [
"wikidata",
"twitter",
"bot"
],
"author": "maxlath",
"license": "AGPL-3.0",
"dependencies": {
"add-to-systemd": "^1.2.0",
"bluebird": "^3.3.1",
"bluereq": "^1.0.0",
"coffee-script": "^1.10.0",
"colors": "^1.1.2",
"config": "^1.15.0",
"fb": "^0.7.0",
"holmes": "0.0.0",
"inv-cot": "^1.1.3",
"inv-loggers": "^2.0.1",
"level-party": "^3.0.4",
"lodash": "^3.10.1",
"node-base64-image": "0.0.1",
"node-schedule": "^0.2.9",
"twit": "^2.1.0",
"wikidata-sdk": "^2.3.0"
},
"devDependencies": {
"bower": "^1.8.2",
"live-server": "^0.8.2",
"supervisor": "^0.7.1",
"wikidata-filter": "^1.1.1"
}
}