-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
63 lines (63 loc) · 1.68 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
60
61
62
63
{
"name": "octo-free",
"version": "10.0.0",
"description": "Code tree for GitHub",
"main": "inject.js",
"scripts": {
"start": "gulp",
"build": "gulp build",
"test": "gulp test",
"dist": "gulp dist --production"
},
"engines": {
"node": "10.15.3",
"npm": "6.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/tamer1an/octo-free"
},
"author": "Andrii Trybynenko <[email protected]>, Buu Nguyen <[email protected]>, [contributors](https://github.com/tamer1an/octo-free/graphs/contributors)",
"license": "AGPL",
"bugs": {
"url": "https://github.com/tamer1an/octo-free/issues"
},
"homepage": "https://github.com/tamer1an/octo-free",
"devDependencies": {
"async": "~3.1.0",
"chromedriver": "^75.0.0",
"crx": "^5.0.0",
"eslint": "^6.0.1",
"eslint-plugin-react": "^7.14.2",
"event-stream": "4.0.1",
"firefox-profile": "~1.2.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "6.1.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "*",
"gulp-crx-pack": "^1.0.2",
"gulp-cssmin": "^0.2.0",
"gulp-exit": "0.0.2",
"gulp-less": "^4.0.1",
"gulp-load-plugins": "^1.6.0",
"gulp-mocha": "6.0.0",
"gulp-plumber": "^1.2.1",
"gulp-preprocess": "^3.0.2",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-run": "^1.7.1",
"gulp-run-sequence": "*",
"gulp-uglify-es": "^1.0.4",
"gulp-util": "^3.0.8",
"gulp-zip": "^5.0.0",
"jpm": "^1.3.1",
"map-stream": "*",
"mocha": "6.1.4",
"request": "^2.88.0",
"selenium-webdriver": "3.6.0",
"starx": "~0.1.8",
"stream-series": "*",
"underscore": "~1.9.1",
"underscore.string": "~3.3.5"
}
}