-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
57 lines (57 loc) · 1.26 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
{
"name": "nats-mon",
"description": "A realtime nats.io monitor",
"version": "0.2.1",
"private": false,
"scripts": {
"start-dev": "./node_modules/.bin/nodemon ./bin/www",
"start": "./bin/www"
},
"repository": {
"type": "git",
"url": "https://github.com/repejota/nats-mon.git"
},
"keywords": [
"nats",
"gnatsd",
"monitor",
"realtime"
],
"author": "Raül Pérez <repejota@gmail.com>",
"contributors": [
{
"name": "Adrià Cidre",
"email": "adria.cidre@gmail.com"
}
],
"license": "MIT",
"dependencies": {
"body-parser": "~1.13.2",
"commander": "^2.11.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"jade": "~1.11.0",
"less-middleware": "1.0.x",
"moment": "^2.19.1",
"morgan": "~1.6.1",
"nodemon": "^1.12.1",
"numeral": "^1.5.3",
"request": "^2.83.0",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"casperjs": "^1.1.4",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-csslint": "^0.1.5",
"gulp-jshint": "^1.11.2",
"istanbul": "^0.3.17",
"jshint": "^2.9.5",
"jshint-reporter-jscs": "^0.1.0",
"mocha": "^2.2.5",
"phantomjs": "^2.1.7",
"should": "^7.0.2"
}
}