UNPKG

639 BJSONView Raw
1{
2 "name": "4sq"
3 , "version": "0.1.0"
4 , "description": "Wrapper for the Foursquare API"
5 , "keywords": ["foursquare", "4sq", "api", "wrapper"]
6 , "author": "Alexey Simonenko <alexey@simonenko.su>"
7 , "homepage": "http://simonenko.su/projects/node-4sq"
8 , "main": "./lib/foursquare"
9 , "repository": {
10 "type": "git"
11 , "url": "https://github.com/meritt/node-4sq.git"
12 }
13 , "engines": {
14 "node": ">=0.6.0 <0.9.0"
15 }
16 , "dependencies": {
17 "request": "2.12.x"
18 }
19 , "devDependencies": {
20 "coffee-script": "1.4.x"
21 , "everyauth": "0.2.x"
22 , "express": "2.5.x"
23 , "ejs": "0.7.x"
24 }
25}
\No newline at end of file