forked from igitur/snapbird
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 875 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 875 Bytes
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
{
"name": "snapbird",
"version": "1.0.0",
"description": "A Twitter API based search app, circumventing the 10 day search limit",
"main": "app.js",
"scripts": {
"test": "tap ./test"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"repository": {
"type": "git",
"url": "git://github.com/remy/snapbird.git"
},
"keywords": [
"twitter",
"search",
"api",
"oauth"
],
"author": "Remy Sharp, Tom Ashworth",
"license": "MIT",
"gitHead": "0bda4c21408bb1b50d97e418d93f8ac101ada501",
"dependencies": {
"passport": "~0.1.17",
"passport-twitter": "~0.1.5",
"express": "~3.2.5",
"hbs": "~2.3.0"
},
"devDependencies": {
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.4.4"
}
}