-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 958 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
34
35
36
{
"name": "the-thinkers-hackathon",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./src/app.js --exec babel-node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/c2pig/the-thinkers-hackathon.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/c2pig/the-thinkers-hackathon/issues"
},
"homepage": "https://github.com/c2pig/the-thinkers-hackathon#readme",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"base": "^0.13.1",
"debug": "^3.1.0",
"express": "^4.16.2",
"firebase-admin": "^5.5.1",
"firebase-functions": "^0.7.3",
"uuid": "^3.1.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"nodemon": "^1.12.1"
}
}