-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 912 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
{
"name": "NeverLeaveTerminal",
"version": "0.0.1",
"description": "Never ever leave the terminal. It's scary out there in the graphical world.",
"main": "nlt.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/wijagels/hacknys15.git"
},
"author": "Tim Hung and William Jagels",
"license": "MIT",
"bugs": {
"url": "https://github.com/wijagels/hacknys15/issues"
},
"homepage": "https://github.com/wijagels/hacknys15",
"dependencies": {
"blockchain.info": "^1.1.1",
"cli": "^0.6.5",
"delayed": "^1.0.1",
"download": "^4.0.1",
"etsy-js": "0.0.5",
"gif-explode": "0.0.1",
"image-to-ascii": "^1.3.0",
"mongodb": "^1.4.33",
"ordrin-api": "^1.0.2",
"prompt": "^0.2.14",
"read-file": "^0.1.2",
"request": "^2.53.0",
"twilio": "^1.11.1"
}
}