-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.07 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
{
"name": "wikidosia",
"version": "1.8.9",
"description": "Zure wikiegarria asetuko duen txiobot zintzo eta librea",
"main": "./openshift/server.js",
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"bower": "~1.6.8",
"cheerio": "~0.19.0",
"ejs": "^2.5.7",
"express": "~3.4.4",
"mastodon": "^1.2.2",
"node-crontab": "0.0.8",
"node-sass-middleware": "~0.9.7",
"node-telegram-bot-api": "^0.23.3",
"promise": "~7.0.4",
"request": "~2.60.0",
"twit": "~2.1.0"
},
"devDependencies": {},
"bundleDependencies": [],
"private": true,
"scripts": {
"start": "node ./openshift/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"setup": "echo \"No setup script\"",
"postinstall": "if [ -d \"$OPENSHIFT_REPO_DIR\" ]; then (export HOME=\"$OPENSHIFT_REPO_DIR\"/..; $(npm bin)/bower install) else ($(npm bin)/bower install) fi && npm run setup"
},
"author": {
"name": "Asier Iturralde Sarasola",
"email": "asier.iturralde@gmail.com"
},
"license": "GNU GPL v3"
}