-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 824 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 824 Bytes
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
{
"name": "osc-root",
"description": "Harvard Library Office for Scholarly Communication's main site, build and deploy",
"version": "0.0.1",
"private": true,
"author": "Harvard Library OSC <osc@harvard.edu>",
"license": "MIT",
"devDependencies": {
"grunt": ">=1.0.4",
"grunt-bootlint": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": ">=3.0.0",
"grunt-contrib-htmlmin": ">=3.1.0",
"grunt-contrib-imagemin": ">=3.1.0",
"grunt-contrib-uglify": ">=4.0.1",
"grunt-exec": "^3.0.0",
"grunt-html": "^12.1.0",
"grunt-link-checker": ">=0.2.0",
"grunt-newer": ">=1.1.1",
"grunt-purifycss": ">=0.1.0",
"grunt-rsync": ">=3.0.0",
"grunt-sass": "~2.1.0"
},
"dependencies": {
"node-sass": "^4.13.1"
}
}