-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.86 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
{
"name": "uio-plus",
"version": "0.3.0",
"description": "User Interface Options Plus (UIO+) allows you to customize websites to match your own personal needs and preferences.",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git://github.com/fluid-project/uio-plus.git"
},
"keywords": [
"accessibility",
"google-chrome",
"browser extension",
"personalization",
"infusion",
"fluid",
"preferences",
"uio",
"uio+",
"ui options",
"user interface options"
],
"author": "Fluid Project",
"bugs": {
"url": "https://github.com/fluid-project/uio-plus/issues"
},
"homepage": "https://github.com/fluid-project/uio-plus#ui-options-plus-uio",
"scripts": {
"lint": "fluid-lint-all",
"pretest": "run-s -l clean:test",
"test": "run-s test:node test:browser",
"test:node": "nyc node tests/node/all-tests.js",
"test:browser": "testem ci --file tests/browser/testem.js",
"test:report": "nyc report -r text-summary -r html -r json",
"posttest": "npm run test:report",
"clean": "run-p clean:*",
"clean:build": "rimraf dist",
"clean:test": "rimraf reports coverage",
"build": "run-s -l clean:build build:*",
"build:dist": "cpy . ../dist --cwd=src && cpy . ../../dist/lib/infusion --cwd=node_modules/infusion"
},
"dependencies": {
"infusion": "4.6.0"
},
"devDependencies": {
"cpy-cli": "4.2.0",
"eslint-config-fluid": "2.1.1",
"fluid-lint-all": "1.2.3",
"fluid-testem": "2.1.15",
"node-jqunit": "1.1.9",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"sinon": "15.0.1",
"sinon-chrome": "3.0.1",
"testem": "3.10.0"
}
}