-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1017 Bytes
/
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
{
"name": "Amnabot",
"version": "0.0.1",
"description": "http://twitter.com/amnabot",
"main": "index.js",
"scripts": {
"test": "echo TODO!",
"build": "npm install && npm shrinkwrap && nsp audit-shrinkwrap",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iOnline247/amnabot.git"
},
"author": "Matthew Bramer",
"license": "MIT",
"bugs": {
"url": "https://github.com/iOnline247/amnabot/issues"
},
"homepage": "https://github.com/iOnline247/amnabot#readme",
"dependencies": {
"bluebird": "^2.10.2",
"body-parser": "^1.13.3",
"client-sessions": "^0.7.0",
"cookie-parser": "^1.3.5",
"csurf": "^1.8.3",
"ejs": "^2.3.3",
"express": "^4.13.3",
"extend": "^3.0.0",
"helmet": "^0.13.0",
"mongodb": "^2.0.39",
"mongoose": "^4.1.1",
"oauth": "^0.9.13",
"request": "^2.60.0",
"twit": "^2.1.0"
},
"devDependencies": {
"node-inspector": "^0.11.1",
"nsp": "^1.1.0"
}
}