mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-05 02:27:07 +02:00
23 lines
522 B
JSON
23 lines
522 B
JSON
{
|
|
"name": "LearnGitBranching",
|
|
"version": "0.5.0",
|
|
"devDependencies": {
|
|
"grunt": "~0.3.17",
|
|
"jasmine-node": "~1.0.28",
|
|
"grunt-browserify": "0.1.1",
|
|
"grunt-jslint": "~0.2.2-1",
|
|
"grunt-jasmine-node": "latest",
|
|
"grunt-hash": "latest",
|
|
"grunt-rm": "~0.0.3",
|
|
"grunt-shell": "0.1.4",
|
|
"prompt": "latest"
|
|
},
|
|
"dependencies": {
|
|
"backbone": "~0.9.9",
|
|
"underscore": "~1.4.3",
|
|
"jquery": "~1.8.3",
|
|
"q": "~0.8.11",
|
|
"markdown": "~0.4.0",
|
|
"grunt-shell": "~0.1.4"
|
|
}
|
|
}
|