forked from ovity/octotree
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.46 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": "octotree",
"version": "3.0.10",
"description": "GitHub on steroids",
"scripts": {
"start": "gulp",
"watch": "gulp",
"build": "gulp build",
"dist": "gulp dist --production"
},
"repository": {
"type": "git",
"url": "https://github.com/ovity/octotree"
},
"author": "Buu Nguyen <buunguyen@gmail.com> (https://github.com/buunguyen)",
"license": "AGPL",
"bugs": {
"url": "https://github.com/ovity/octotree/issues"
},
"homepage": "https://github.com/ovity/octotree",
"devDependencies": {
"async": "~0.9.0",
"chromedriver": "^2.21.2",
"crx": "^0.4.4",
"eslint": "^5.7.0",
"event-stream": "3.3.4",
"firefox-profile": "~0.3.6",
"gulp": "^3.9.1",
"gulp-autoprefixer": "0.0.8",
"gulp-clean": "^0.3.1",
"gulp-concat": "*",
"gulp-crx-pack": "^1.0.1",
"gulp-cssmin": "^0.2.0",
"gulp-exit": "0.0.2",
"gulp-less": "^1.3.1",
"gulp-load-plugins": "^0.5.3",
"gulp-mocha": "2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-preprocess": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-run": "^1.6.4",
"gulp-run-sequence": "*",
"gulp-uglify-es": "^1.0.4",
"gulp-util": "^2.2.20",
"gulp-wrap": "^0.14.0",
"gulp-zip": "^2.0.3",
"jpm": "^1.0.4",
"map-stream": "*",
"mocha": "2.0.1",
"request": "^2.88.0",
"starx": "~0.1.7",
"stream-series": "*",
"underscore": "~1.7.0",
"underscore.string": "~2.4.0"
}
}