-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 916 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
35
{
"name": "accessibility-tool",
"version": "1.0.0",
"description": "Accessibility tool to aid the user browsing websites",
"main": "index.js",
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sts-ryan-holton/accessibility-tool.git"
},
"keywords": [
"accessibility",
"accessibility tool",
"accessibility checker",
"website accessibility tool"
],
"author": "Ryan Holton",
"license": "MIT",
"bugs": {
"url": "https://github.com/sts-ryan-holton/accessibility-tool/issues"
},
"homepage": "https://github.com/sts-ryan-holton/accessibility-tool#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^3.9.4",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-minify": "^3.1.0",
"gulp-sass": "^4.0.1",
"gulp-watch": "^5.0.1"
}
}