Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jun 4, 2019. It is now read-only.

Latest commit

 

History

History
History
27 lines (27 loc) · 738 Bytes

File metadata and controls

27 lines (27 loc) · 738 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "python-coding-challenges",
"description": "FCC Python Curriculum",
"version": "1.0.0",
"homepage": "https://freecodecamp.github.io/python-coding-challenges/",
"bugs": {
"url": "https://github.com/FreeCodeCamp/python-coding-challenges/issues"
},
"devDependencies": {
"gh-pages": "^1.0.0",
"react-scripts": "1.0.7"
},
"dependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.