-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 938 Bytes
/
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
{
"name": "smart-outline",
"version": "0.0.6",
"description": "Disabling focus outline without breaking accessibility",
"main": "main.js",
"scripts": {
"test": "npm run lint && npm run unit",
"unit": "phantomjs node_modules/qunit-phantomjs-runner/runner.js file://`pwd`/qunit.html",
"lint": "eslint main.js tests.js",
"serve": "python -m SimpleHTTPServer 7000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ambassify/smart-outline.git"
},
"keywords": [
"accessibility",
"a11y",
"css",
"ux"
],
"author": "Wim Mostmans (http://www.sitebase.be/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/ambassify/smart-outline/issues"
},
"homepage": "https://github.com/ambassify/smart-outline#readme",
"devDependencies": {
"eslint": "^2.13.1",
"mocha": "^2.5.3",
"mocha-jsdom": "^1.1.0",
"qunit-phantomjs-runner": "^2.2.0"
}
}