mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-05 18:45:27 +02:00
39 lines
1 KiB
JSON
39 lines
1 KiB
JSON
{
|
|
"name": "LearnGitBranching",
|
|
"version": "0.8.0",
|
|
"description": "An interactive git visualization to challenge and educate!",
|
|
"homepage": "https://learngitbranching.js.org",
|
|
"author": "Peter Cottle <petermcottle@gmail.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/pcottle/learnGitBranching"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^13.0.0",
|
|
"grunt": "^1.0.4",
|
|
"grunt-browserify": "^4.0.1",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-contrib-jshint": "~0.7.2",
|
|
"grunt-contrib-uglify": "~0.2.7",
|
|
"grunt-env": "^0.4.4",
|
|
"grunt-hash": "~0.5.0",
|
|
"grunt-jasmine-node": "~0.1.0",
|
|
"grunt-jsxhint": "^0.5.0",
|
|
"grunt-react": "^0.12.1",
|
|
"grunt-shell-spawn": "~0.3.0",
|
|
"jasmine-node": "~1.12.0",
|
|
"prompt": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"backbone": "~1.1.2",
|
|
"flux": "^2.0.1",
|
|
"markdown": "~0.4.0",
|
|
"q": "~0.8.11",
|
|
"react": "^0.13.1",
|
|
"underscore": "~1.4.3"
|
|
}
|
|
}
|