-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.25 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
{
"name": "uri-code-compliance",
"description": "Checks for ADA compliance and other coding issues.",
"version": "0.2.0",
"homepage": "https://www.uri.edu",
"repository": "https://github.com/uriweb/uri-code-compliance",
"docs": "https://github.com/uriweb/uri-code-compliance#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "University of Rhode Island",
"humans": [
"Brandon Fuller <bjcfuller@uri.edu>"
],
"license": "GPL-3.0",
"licenseURI": "http://www.gnu.org/licenses/gpl.html",
"devDependencies": {
"autoprefixer": "^10.4.13",
"gulp": "^4.0.2",
"gulp-concat": ">=2.6.1",
"gulp-header": "^2.0.9",
"gulp-jscs": ">=4.1.0",
"gulp-jshint": ">=2.1.0",
"gulp-postcss": ">=9.0.1",
"gulp-replace-task": "^2.0.1",
"gulp-sass": "^5.1.0",
"gulp-shell": ">=0.8.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-debug": "^3.0.0",
"gulp-terser": ">=2.1.0",
"jshint": "^2.10.2",
"lodash": ">=4.17.19",
"sass": "^1.58.3"
},
"browserslist": {
"production": [
"> 1%",
"last 2 versions",
"Firefox >= 20",
"iOS >=8"
],
"development": [
"> 1%",
"last 2 versions",
"Firefox >= 20",
"iOS >=8"
]
}
}