package.json
367 Bytes
{
"name": "rivets-switch-binder",
"version": "0.1.1",
"main": [
"src/scripts/rivets-switch-binder.js"
],
"dependencies": {
"rivets": "",
"requirejs": ""
},
"devDependencies": {
"grunt": "~0",
"grunt-monty-python": "git+ssh://git@gitlab.brainfood.com:brainfood/grunt-monty-python.git"
},
"engines": {
"node": ">=0.8.0"
}
}