mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-20 21:35:42 +02:00
47 lines
1.2 KiB
JSON
47 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.8",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babelify": "^10.0.0",
|
|
"browserify": "^16.5.0",
|
|
"contributor-faces": "^1.0.2",
|
|
"fancy-log": "^1.3.3",
|
|
"glob": "^7.1.6",
|
|
"gulp": "^4.0.2",
|
|
"gulp-clean": "^0.4.0",
|
|
"gulp-hash": "^4.2.2",
|
|
"gulp-jasmine": "^4.0.0",
|
|
"gulp-jshint": "^2.1.0",
|
|
"gulp-terser": "^1.2.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"jshint": "^2.11.0",
|
|
"prompt": "^1.0.0",
|
|
"vinyl-buffer": "^1.0.1",
|
|
"vinyl-source-stream": "^2.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.13.0",
|
|
"react-dom": "^16.13.0",
|
|
"underscore": "~1.4.3"
|
|
}
|
|
}
|