-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 760 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
29
30
31
32
33
{
"name": "react-firebase-auth0-todo",
"version": "0.0.0",
"description": "Scratchpad's code.",
"main": "server.js",
"dependencies": {
"body-parser": "^1.4.3",
"express": "^4.4.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/fmondora/react-firebase-auth0-todo.git"
},
"keywords": [
"react",
"firebase",
"auth0",
"scratchpad"
],
"author": "fmondora",
"bugs": {
"url": "https://github.com/fmondora/react-firebase-auth0-todo/issues"
},
"homepage": "https://github.com/fmondora/react-firebase-auth0-todo",
"engines" : {
"node" : "0.12.x"
}
}