forked from reactjs/react-tutorial
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
Latest commit
13 lines (12 loc) · 441 Bytes
/
Copy pathapp.json
File metadata and controls
13 lines (12 loc) · 441 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
{
"name": "React Tutorial Server",
"description": "Code from the React tutorial",
"keywords": [ "react", "reactjs", "tutorial" ],
"repository": "https://github.com/reactjs/react-tutorial",
"logo": "https://facebook.github.io/react/img/logo.svg",
"website": "http://facebook.github.io/react/docs/tutorial.html",
"success_url": "/",
"env" : {
"BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
}