Add API route to get Protospace class list

This commit is contained in:
2017-06-25 01:23:49 -06:00
parent 18bae1f3d4
commit 7ab2a42348
2 changed files with 26 additions and 2 deletions
+3 -1
View File
@@ -18,8 +18,10 @@
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"cheerio": "^1.0.0-rc.1",
"express": "^4.15.3",
"react": "^15.6.1",
"react-dom": "^15.6.1"
"react-dom": "^15.6.1",
"request": "^2.81.0"
}
}