-
Notifications
You must be signed in to change notification settings - Fork 107
/
package.json
77 lines (77 loc) · 1.98 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "rtail",
"version": "0.2.1",
"description": "Terminal output to the browser in seconds, using UNIX pipes.",
"keywords": [
"log",
"logging",
"logio",
"logs",
"tail",
"udp"
],
"bin": {
"rtail": "./cli/rtail-client.js",
"rtail-server": "./cli/rtail-server.js"
},
"repository": {
"type": "git",
"url": "git@github.com:kilianc/rtail.git"
},
"dependencies": {
"chrono-node": "^1.0.6",
"debug": "^2.1.0",
"express": "^4.10.0",
"json5": "^0.4.0",
"moniker": "^0.1.2",
"request": "^2.58.0",
"socket.io": "^1.1.0",
"split": "^1.0.0",
"strip-ansi": "^3.0.0",
"through2-map": "^2.0.0",
"update-notifier": "^0.5.0",
"yargs": "^3.14.0"
},
"devDependencies": {
"angular": "^1.3.15",
"angular-animate": "^1.4.0",
"angular-hotkeys": "^1.4.5",
"angular-localforage": "^1.2.2",
"angular-moment": "^0.10.1",
"angular-rt-popup": "^1.0.5",
"angular-ui-router": "^0.2.15",
"ansi_up": "^1.2.1",
"autoprefixer-core": "^5.1.11",
"chai": "^3.0.0",
"del": "^1.1.1",
"gulp": "^3.9.0",
"gulp-ejs": "^1.1.0",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.1.1",
"gulp-minify-html": "^1.0.2",
"gulp-ng-annotate": "^1.0.0",
"gulp-postcss": "^5.1.6",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.1.2",
"gulp-util": "^3.0.4",
"highlight.js": "isagalaev/highlight.js",
"istanbul": "^0.3.17",
"istanbul-harmony": "^0.3.16",
"jquery": "^2.1.4",
"localforage": "^1.2.2",
"mocha": "^2.2.5",
"moment": "^2.10.3",
"node-sass": "^3.1.1",
"run-sequence": "^1.1.0"
},
"scripts": {
"app": "DEBUG=rtail:*,api:* gulp app",
"test": "NODE_ENV=test node --harmony test/runner.js",
"test:watch": "NODE_ENV=test nodemon --harmony test/runner.js"
},
"author": "Kilian Ciuffolo <me@nailik.org>",
"license": "MIT"
}