-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
54 lines (54 loc) · 1.7 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
{
"name": "uio-plus-for-morphic",
"version": "0.1.0",
"description": "User Interface Options Plus (UIO+) for Morphic allows you to customize websites to match your own personal needs and preferences.",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git://github.com/GPII/gpii-chrome-extension.git"
},
"keywords": [
"accessibility",
"google-chrome",
"browser extension",
"personalization",
"infusion",
"fluid",
"preferences",
"uio",
"uio+",
"ui options",
"user interface options",
"gpii",
"morphic"
],
"author": "GPII",
"bugs": {
"url": "http://issues.gpii.net/browse/GPII"
},
"homepage": "https://github.com/GPII/gpii-chrome-extension#README.md",
"scripts": {
"build": "grunt build",
"lint": "grunt lint",
"pretest": "node node_modules/rimraf/bin.js reports/* coverage/* && grunt build",
"test": "node node_modules/nyc/bin/nyc.js node tests/node/all-tests.js",
"posttest": "node node_modules/nyc/bin/nyc.js report --reporter text-summary --reporter html"
},
"dependencies": {
"infusion": "3.0.0-dev.20200525T161532Z.fc4d4b3.FLUID-6145",
"ws": "7.3.0",
"uio-plus": "0.1.0-dev.20200603T175039Z.86d4551"
},
"devDependencies": {
"deepmerge": "4.2.2",
"eslint-config-fluid": "1.4.0",
"gpii-grunt-lint-all": "1.0.7",
"grunt": "1.1.0",
"grunt-cli": "1.3.2",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"node-jqunit": "1.1.8",
"nyc": "15.1.0",
"rimraf": "3.0.2"
}
}