-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 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
{
"name": "vextension-web",
"title": "vextension-web",
"homepage": "https://vironlab.eu/projects/vextension-web",
"author": {
"name": "VironLab",
"url": "https://vironlab.eu/"
},
"version": "0.0.17",
"description": "Vextension-Web is a fast javascript framework to manage browser actions",
"main": "src/vextension-web.js",
"types": "src/vextension-web.d.ts",
"scripts": {
"build-install": "npm install && grunt",
"build": "grunt",
"dev": "grunt watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VironLab/vextension-web.git"
},
"keywords": [
"web-vextension",
"vextension-web",
"vextension",
"webextension",
"js-framework",
"framework",
"webjs-framework",
"web-framework",
"jQuery",
"front-end"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/VironLab/vextension-web/issues"
},
"devDependencies": {
"grunt": "^1.4.1",
"grunt-compare-size": "^0.4.2",
"grunt-complexity": "^1.1.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^23.0.0",
"grunt-git-authors": "^3.2.0",
"grunt-jsonlint": "^2.1.3",
"grunt-npmcopy": "^0.2.0",
"gzip-js": "^0.3.2",
"load-grunt-tasks": "^5.1.0",
"rollup": "^2.53.1"
}
}