-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.36 KB
/
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
47
48
49
50
51
52
{
"name": "twitter-hashtag-watcher",
"title": "Twitter Hashtag Watcher",
"description": "Tracks and records a set of hashtags",
"url": "https://github.com/tmwagency/twitter-hashtag-watcher",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node index.js"
},
"dependencies": {
"async": "^0.9.0",
"bluebird": "^2.3.6",
"body-parser": "^1.2.2",
"connect-timeout": "^1.4.0",
"compression": "^1.0.2",
"es6-promise": "^2.0.0",
"express": "^4.3.2",
"fs": "0.0.2",
"getenv": "^0.3.0",
"jade": "^1.7.0",
"method-override": "^1.0.2",
"mongoose": "^3.8.17",
"morgan": "^1.1.1",
"socket.io": "^1.1.0",
"twitter": "^0.2.12",
"underscore": "^1.7.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "~1.0.1",
"grunt-browserify": "~3.0.1",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-csso": "~0.6.3",
"grunt-devtools": "^0.2.1",
"grunt-newer": "~0.7.0",
"grunt-shimly": "0.0.7",
"load-grunt-configs": "~0.4.0",
"load-grunt-tasks": "~0.6.0",
"qwery": "^3.4.2",
"traversty": "^1.0.5",
"uglifyify": "~2.5.0"
},
"subdomain": "twitter-hashtag-watcher",
"engines": {
"node": "0.10.x"
}
}