-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "unl-directory",
"version": "2.0.0",
"description": "A web application for rendering University of Nebraska-Lincoln directory information.",
"devDependencies": {
"grunt": "^1.4.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-curl": "^2.5.1",
"hoek": ">=6.1.3",
"hosted-git-info": "^4.0.2",
"ini": ">=2.0.0",
"less-plugin-autoprefix": "^2.0.0",
"less-plugin-clean-css": "^1.5.1",
"load-grunt-tasks": "^5.1.0",
"lodash": "^4.17.21",
"lodash.every": "^4.6.0",
"minimist": ">=1.2.5",
"websocket-extensions": ">=0.1.4"
},
"engines": {
"node": ">= 14.17.0"
},
"resolutions": {
"cryptiles": "^4.1.3"
},
"scripts": {
"preinstall": "npx npm-force-resolutions"
},
"repository": {
"type": "git",
"url": "[email protected]:unl/UNL_Directory.git"
},
"keywords": [
"UNL",
"Directory"
],
"author": "UNL Web Developer Network <[email protected]> (http://wdn.unl.edu/)",
"license": "BSD-3-Clause"
}