-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 881 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
42
43
44
45
46
{
"name": "twelp",
"version": "0.0.1",
"description": "twitter and yelp",
"main": "web.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"cheerio": "*",
"express": "3.x",
"factual-api": "*",
"fuzzy": "*",
"fuzzyset.js": "*",
"jsclass": "*",
"json2csv": "*",
"lazy": "*",
"less-middleware": "*",
"lodash": "*",
"moment": "*",
"mongoose": "*",
"request": "*",
"twit": "*",
"winston": "*",
"yelp": "*"
},
"engines": {
"node": "0.10.13",
"npm": "1.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/aldenquimby/twelp"
},
"keywords": [
"twitter",
"yelp",
"twelp"
],
"author": {
"name": "Alden Quimby",
"email": "[email protected]"
},
"license": "MIT",
"readmeFilename": "README.md"
}