-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 1.26 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
{
"name": "scholar-onesearch",
"version": "0.0.1",
"description": "Provides Northeastern's Primo frontend, meant to currently override the`primo_library/libweb/css/Primo_default.3.0.css` file set in the view.",
"keywords": [
"Primo",
"ExLibris"
],
"homepage": "http:// https://github.com/NEU-libraries/scholar-onesearch",
"repository": {
"type": "git",
"url": "git://github.com/nu-lts/scholar-onesearch.git"
},
"author": "Steven Bassett <[email protected]> (http://bassettsj.github.io)",
"bugs": {
"url": "https://github.com/bassettsj/primo/issues"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.4.4",
"grunt-ssh": "~0.6.2",
"grunt-contrib-csslint": "~0.1.2",
"grunt-contrib-jshint": "~0.6.4",
"grunt-autoprefixer": "~0.3.0",
"grunt-contrib-imagemin": "~0.3.0",
"grunt-svgmin": "~0.2.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.2",
"grunt-bless": "~0.1.1",
"grunt-contrib-jade": "~0.8.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-jasmine": "~0.6.1",
"grunt-curl": "~1.4.0",
"grunt-contrib-less": "~0.9.0"
}
}