-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.12 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
{
"name": "uri-department",
"version": "4.0.0",
"description": "WordPress Theme for URI Department Pages (deprecated)",
"main": "index.php",
"homepage": "https://www.uri.edu",
"repository": "https://github.com/uriweb/uri-department",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author1": "John Pennypacker <jpennypacker@uri.edu>",
"author2": "Brandon Fuller <bjcfuller@uri.edu>",
"author3": "Alexandra Gauss <alexandra_gauss@uri.edu>",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.19",
"browser-sync": "^3.0.2",
"gulp": "^5.0.0",
"gulp-concat": ">=2.6.1",
"gulp-header": "^2.0.9",
"gulp-jshint": "^2.1.0",
"gulp-postcss": "^10.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-strip-debug": "^6.0.0",
"gulp-uglify": "^3.0.2",
"jshint": "^2.13.6",
"sass": "^1.77.8"
},
"browserslist": {
"production": [
"> 1%",
"last 2 versions",
"Firefox >= 20",
"iOS >=8"
],
"development": [
"> 1%",
"last 2 versions",
"Firefox >= 20",
"iOS >=8"
]
}
}