-
Demian Katz authoredb4010d36
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 512 B
{
"name": "vufind",
"version": "3.1.2",
"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": "^0.4.5",
"grunt-sass": "^1.0.0",
"grunt-contrib-less": "1.3.0",
"grunt-less-to-sass": "0.0.10",
"jit-grunt": "^0.9.1"
},
"devDependencies": {
"grunt-contrib-watch": "~0.6.1"
}
}