-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.11 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
{
"name": "uri-program-finder",
"description": "URI Program Finder",
"version": "1.7.1",
"homepage": "https://www.uri.edu",
"repository": {
"type": "git",
"url": "https://github.com/uriweb/uri-program-finder.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "University of Rhode Island",
"license": "GPL-3.0",
"licenseURI": "http://www.gnu.org/licenses/gpl.html",
"devDependencies": {
"@wordpress/eslint-plugin": "^9.1.1",
"autoprefixer": "^10.3.3",
"gulp": "^4.0.2",
"gulp-concat": ">=2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-postcss": "^9.0.1",
"gulp-replace-task": "^2.0.1",
"gulp-sass": "^5.0.0",
"gulp-shell": "^0.8.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.0.1",
"postcss": "^8.3.6",
"sass": "^1.39.0",
"tsutils": "^3.21.0",
"typescript": "^4.4.2"
},
"browserslist": {
"production": [
"> 1%",
"last 2 versions",
"Firefox >= 20",
"iOS >=8"
],
"development": [
"> 1%",
"last 2 versions",
"Firefox >= 20",
"iOS >=8"
]
}
}