forked from bermannoah/backend-curriculum-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 822 Bytes
/
package.json
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
28
{
"name": "front-end-curriculum",
"version": "1.0.0",
"description": "Open source curriculum for Turing School's back-end engineering program.",
"main": "index.html",
"dependencies": {
"eslint": "^2.13.1",
"react-redux": "^4.4.5",
"redux": "^3.6.0"
},
"devDependencies": {
"redux-devtools": "^3.3.1",
"webdriverio": "^4.2.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/turingschool/back-end-curriculum-site.git"
},
"author": "Turing School of Software and Design",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/turingschool/back-end-curriculum-site/issues"
},
"homepage": "https://github.com/turingschool/back-end-curriculum-site#readme"
}