forked from uidotdev/react-course-curriculum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 670 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "react-fundamentals-curriculum",
"version": "1.0.0",
"description": "Curriculum for React.js Program's React Fundamentals course.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReactjsProgram/react-fundamentals-curriculum.git"
},
"author": "Tyler McGinnis <tylermcginnis33@gmail.com> (http://tylermcginnis.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/ReactjsProgram/react-fundamentals-curriculum/issues"
},
"homepage": "https://github.com/ReactjsProgram/react-fundamentals-curriculum#readme"
}