mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-06 02:55:54 +02:00
15 lines
312 B
JSON
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"
|
|
}
|
|
}
|