-
- Downloads
Add Gruntfile and NPM package info
Gruntfile.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "unl-search", | |||
"version": "1.0.0", | |||
"description": "A web application for searching UNL websites via Google Custom Search.", | |||
"dependencies": {}, | |||
"devDependencies": { | |||
"grunt": "^0.4.5", | |||
"grunt-contrib-clean": "^0.6.0", | |||
"grunt-contrib-less": "^1.0.1", | |||
"grunt-contrib-uglify": "^0.9.2", | |||
"grunt-contrib-watch": "^0.6.1", | |||
"grunt-curl": "^2.2.0", | |||
"less-plugin-autoprefix": "^1.4.2", | |||
"less-plugin-clean-css": "^1.5.1", | |||
"load-grunt-tasks": "^3.2.0", | |||
"lodash": "^3.10.1" | |||
}, | |||
"scripts": {}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git@git.unl.edu:iim/UNL_Search.git" | |||
}, | |||
"keywords": [ | |||
"UNL", | |||
"Search" | |||
], | |||
"author": "UNL Web Developer Network <wdn@unl.edu> (http://wdn.unl.edu/)", | |||
"license": "BSD-3-Clause" | |||
} |
Please register or sign in to comment