forked from NSS-Cohort-9/firebase-auth-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 945 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
{
"name": "firebase-auth-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "./node_modules/.bin/hs -a localhost -p $((RANDOM + 10000)) -o",
"build": "./build.sh",
"start": "npm run build; npm run server",
"deploy": "npm run build; ./deploy.sh",
"watch": "./watch.sh; npm run server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NSS-Cohort-9/firebase-auth-demo.git"
},
"author": "Scott Humphries <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NSS-Cohort-9/firebase-auth-demo/issues"
},
"homepage": "https://github.com/NSS-Cohort-9/firebase-auth-demo#readme",
"devDependencies": {
"babel": "^5.4.3",
"bowcat": "0.0.4",
"http-server": "^0.8.0",
"jade": "jadejs/jade",
"node-sass": "^3.1.1",
"nodemon": "^1.3.7"
}
}