-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 814 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 814 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": "nsqadmin",
"version": "0.3.0",
"description": "operational dashboard for NSQ (http://nsq.io/)",
"repository": {
"type": "git",
"url": ""
},
"devDependencies": {
"browserify": "^16.5.2",
"fsevents": "^2.1.2",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-notify": "^3.2.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-task-listing": "^1.0.0",
"gulp-uglify": "^3.0.1",
"handlebars": "^4.7.7",
"hbsfy": "^2.8.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"backbone": "^1.4.0",
"bootbox": "^4.4.0",
"bootstrap": "^3.4.1",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"underscore": "^1.8.3"
},
"browserify": {
"transform": [
"hbsfy"
]
}
}