-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 818 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 818 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
{
"name": "flinger",
"version": "0.2.11",
"description": "Flinger flings logs from your browser clients back to your node servers so you can see what your users are up to.",
"main": "server.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/wballard/flinger.git"
},
"keywords": [
"console",
"log",
"express",
"connect",
"middleware"
],
"author": "Will Ballard",
"license": "BSD",
"bugs": {
"url": "https://github.com/wballard/flinger/issues"
},
"dependencies": {
"connect": ">2.0.0",
"request": "2.72.0",
"uglify-js": "~2.3.6"
},
"devDependencies": {
"mocha": "~1.12.0",
"coffee-script": "~1.6.3",
"zombie": "~2.0.0-alpha19",
"chai": "~1.7.2",
"nodemon": "~0.7.8"
}
}