pcottle.learnGitBranching/package.json
2012-12-14 01:08:51 -08:00

15 lines
312 B
JSON

{
"name": "LearnGitBranching",
"version": "0.5.0",
"devDependencies": {
"grunt": "~0.3.17",
"grunt-browserify": "~0.1.2",
"grunt-jslint": "~0.2.2-1",
"grunt-jasmine-node": "latest",
"grunt-hash": "latest",
"grunt-rm": "latest"
},
"dependencies": {
"grunt-rm": "0.0.3"
}
}