-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.45 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
{
"name": "overview-file-browser",
"version": "1.0.3",
"description": "Overview File Browser",
"scripts": {
"test": "node_modules/karma/bin/karma start --single-run",
"test-forever": "node_modules/karma/bin/karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/overview/overview-file-browser.git"
},
"keywords": [
"overview",
"app",
"gulp",
"jade",
"less",
"browserify",
"flat",
"files"
],
"author": "Adam Hooper <[email protected]>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/overview/overview-file-browser/issues"
},
"homepage": "https://github.com/overview/overview-file-browser",
"devDependencies": {
"browserify": "^15.0.0",
"chai": "^4.1.2",
"gulp": "^3.9.1",
"gulp-cli": "^2.0.0",
"gulp-jade": "^1.1.0",
"gulp-less": "^3.4.0",
"gulp-live-server": "0.0.31",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^2.6.3",
"gulp-uglify": "^3.0.0",
"jquery": "^3.2.1",
"karma": "^2.0.0",
"karma-browserify": "^5.1.3",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"minifyify": "^7.3.5",
"mocha": "^4.1.0",
"sinon": "^4.1.3",
"sinon-chai": "^2.5.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.9.0"
},
"dependencies": {
"express": "^4.10.4",
"morgan": "^1.5.0",
"oboe": "^2.0.2"
}
}