uio-plus
Version:
User Interface Options Plus (UIO+) allows you to customize websites to match your own personal needs and preferences.
60 lines (59 loc) • 2.25 kB
JSON
{
"name": "uio-plus",
"version": "0.2.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": "grunt lint",
"pretest": "node node_modules/rimraf/bin.js reports/* coverage/* && grunt build",
"test": "npm run test:node && npm run test:browser",
"test:node": "node node_modules/nyc/bin/nyc.js node tests/node/all-tests.js",
"test:browser": "node node_modules/testem/testem.js ci --file tests/browser/testem.js",
"test:vagrant": "vagrant up && vagrant ssh -c 'cd /home/vagrant/sync/; DISPLAY=:0 npm test'",
"test:vagrantBrowser": "vagrant up && vagrant ssh -c 'cd /home/vagrant/sync/; DISPLAY=:0 npm run test:browser'",
"test:vagrantNode": "vagrant up && vagrant ssh -c 'cd /home/vagrant/sync/; DISPLAY=:0 npm run test:node'",
"posttest": "node node_modules/nyc/bin/nyc.js report --reporter text-summary --reporter html"
},
"dependencies": {
"infusion": "3.0.0-dev.20200525T161532Z.fc4d4b3.FLUID-6145"
},
"devDependencies": {
"eslint-config-fluid": "1.4.0",
"gpii-grunt-lint-all": "1.0.7",
"gpii-testem": "2.1.12",
"grunt": "1.1.0",
"grunt-cli": "1.3.2",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-stylus": "1.2.0",
"grunt-shell": "3.0.1",
"node-jqunit": "1.1.8",
"nyc": "15.0.1",
"rimraf": "3.0.2",
"sinon": "9.0.2",
"sinon-chrome": "3.0.1",
"testem": "3.1.0"
}
}