mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-05 10:35:32 +02:00
46 lines
1.2 KiB
JSON
46 lines
1.2 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": {
|
|
"@babel/core": "^7.4.4",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babelify": "^10.0.0",
|
|
"browserify": "^13.0.0",
|
|
"contributor-faces": "^1.0.2",
|
|
"grunt": "^1.0.4",
|
|
"grunt-browserify": "^5.3.0",
|
|
"grunt-contrib-clean": "^2.0.0",
|
|
"grunt-contrib-jshint": "^2.1.0",
|
|
"grunt-contrib-uglify-es": "^3.3.0",
|
|
"grunt-env": "^0.4.4",
|
|
"grunt-hash": "~0.5.0",
|
|
"grunt-jasmine-node": "~0.1.0",
|
|
"grunt-jsxhint": "^0.5.0",
|
|
"grunt-shell-spawn": "~0.3.0",
|
|
"jasmine-node": "~1.12.0",
|
|
"prompt": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"backbone": "^1.4.0",
|
|
"fbjs": "^1.0.0",
|
|
"flux": "^3.1.3",
|
|
"jquery": "^3.4.0",
|
|
"markdown": "^0.5.0",
|
|
"prop-types": "^15.7.2",
|
|
"q": "^1.5.1",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"underscore": "~1.4.3"
|
|
}
|
|
}
|