pcottle.learnGitBranching/package.json
2013-12-10 22:25:32 +08:00

23 lines
519 B
JSON

{
"name": "LearnGitBranching",
"version": "0.5.0",
"devDependencies": {
"grunt": "~0.3.17",
"jasmine-node": "~1.11.0",
"grunt-browserify": "0.1.1",
"grunt-jslint": "~0.2.2-1",
"grunt-jasmine-node": "0.1.0",
"grunt-hash": "0.2.2",
"grunt-rm": "~0.0.3",
"grunt-shell": "0.1.4",
"prompt": "0.2.9"
},
"dependencies": {
"backbone": "~0.9.9",
"underscore": "~1.4.3",
"jquery": "~1.7.3",
"q": "~0.8.11",
"markdown": "~0.4.0",
"grunt-shell": "~0.1.4"
}
}