mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-05 10:35:32 +02:00
18 lines
396 B
JSON
18 lines
396 B
JSON
{
|
|
"name": "LearnGitBranching",
|
|
"version": "0.5.0",
|
|
"devDependencies": {
|
|
"grunt": "~0.3.17",
|
|
"jasmine-node": "~1.0.28",
|
|
"grunt-browserify": "~0.1.2",
|
|
"grunt-jslint": "~0.2.2-1",
|
|
"grunt-jasmine-node": "latest",
|
|
"grunt-hash": "latest",
|
|
"grunt-rm": "~0.0.3"
|
|
},
|
|
"dependencies": {
|
|
"backbone": "~0.9.9",
|
|
"underscore": "~1.4.3",
|
|
"jquery": "~1.8.3"
|
|
}
|
|
}
|