package.json
649 Bytes
{
"name": "rivets",
"description": "Declarative data binding facility.",
"version": "0.4.9",
"author": "Michael Richards",
"url": "http://rivetsjs.com",
"main": "./lib/rivets.js",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mikeric/rivets/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/mikeric/rivets.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jasmine": "~0.4.2",
"grunt-contrib-watch": "~0.3.1"
}
}