-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.1 KB
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
{
"name": "rethinkdb-webui",
"version": "2.0.0",
"description": "WebUI for RethinkDB.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rethinkdb/rethinkdb"
},
"author": "RethinkDB",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rethinkdb/rethinkdb/issues"
},
"homepage": "https://github.com/rethinkdb/rethinkdb",
"dependencies": {
"bluebird": "^2.3.2",
"browserify": "^13.1.0",
"coffeeify": "^2.0.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-changed": "^1.1.1",
"gulp-less": "^3.0.1",
"gulp-newer": "^0.5.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-sourcemaps": "^1.4.0",
"gulp-util": "^3.0.4",
"handlebars": "^4.1.2",
"hbsfy": "^2.2.1",
"less": "^2.4.0",
"moment": "^2.10.3",
"uber-watchify": "^3.6.0",
"uglifyify": "^3.0.1",
"vinyl": "^0.4.6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"virtual-dom": "^2.0.1",
"yargs": "^3.4.5"
}
}