-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.04 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
{
"name": "FelinoTweets",
"version": "0.0.1",
"description": "Sistema para administrar varias cuentas de twitter desde un solo lugar de una manera sencilla",
"engines": {
"node": "5.9.1"
},
"main": "index.js",
"dependencies": {
"bcryptjs": "^2.3.0",
"body-parser": "^1.13.2",
"bower": "^1.7.9",
"cookie-parser": "^1.3.5",
"cool-ascii-faces": "1.3.4",
"cron": "^1.1.0",
"ejs": "2.5.5",
"express": "4.13.3",
"express-session": "^1.11.3",
"jsonwebtoken": "^6.2.0",
"moment": "^2.13.0",
"mongodb": "^1.4.7",
"mongoose": "^4.1.2",
"oauth": "~0.9.10",
"passport": "~0.1.17",
"passport-twitter": "~0.1.5",
"request": "^2.72.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"sinon": "^1.17.3"
},
"repository": {
"type": "git",
"url": "https://github.com/FelinoSoft/FelinoTweets"
},
"keywords": [
"node",
"heroku",
"express"
],
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install"
},
"license": "MIT"
}