forked from Happy-Ferret/weh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.76 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.76 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "weh",
"version": "1.3.0",
"description": "Toolkit for developing WebExtensions add-ons on Firefox, Chrome, Edge and Opera, using ReactJS, Angular or jQuery for the UI",
"keywords": [
"webextensions",
"add-on",
"browser extension",
"extension",
"chrome",
"firefox",
"opera",
"edge",
"reactjs",
"react",
"angular",
"jquery"
],
"homepage": "https://github.com/mi-g/weh",
"bugs": {
"url": "https://github.com/mi-g/weh/issues"
},
"license": {
"license": " MPL-2.0"
},
"author": {
"name": "Michel Gutierrez",
"email": "michel.gutierrez@gmail.com",
"url": "https://github.com/mi-g"
},
"bin": {
"weh": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"angular": "^1.6.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"bootstrap": "^3.3.7",
"del": "^2.2.2",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.0.13",
"gulp-coffee": "^2.3.3",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.0.0",
"gulp-ejs": "^2.2.1",
"gulp-file": "^0.3.0",
"gulp-header": "^1.8.8",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-less": "^3.3.0",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-stylus": "^2.6.0",
"gulp-typescript": "^3.1.3",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"jquery": "^3.1.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"run-sequence": "^1.2.2",
"streamqueue": "^1.1.1",
"typescript": "^2.0.10",
"yargs": "^6.3.0"
}
}