An error occurred while loading the file. Please try again.
-
Demian Katz authoredcfbed3d3
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm.
Learn more
package.json 571 B
{
"name": "vufind",
"version": "7.1.1",
"description": "Dev tools to handle css preprocessing, js magic, and compression",
"repository": {
"type": "git",
"url": "http://github.com/vufind-org/vufind"
},
"bugs": {
"url": "https://vufind.org/jira"
},
"dependencies": {
"grunt": "^1.0.4",
"grunt-contrib-less": "^2.0.0",
"grunt-less-to-sass": "duvillierA/grunt-less-to-sass#0.0.11",
"grunt-sass": "^2.0.0",
"jit-grunt": "^0.9.1",
"node-sass": "^4.11.0"
},
"devDependencies": {
"grunt-contrib-watch": "^1.1.0"
}
}