-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 KB
/
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
37
38
39
40
41
42
43
44
45
{
"name": "fireleaves",
"version": "0.0.2",
"description": "firebase to mongodb",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp && cd bin && node app.js",
"build": "gulp",
"prod-install": "NODE_ENV=production npm i",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://panu@codebucket.drone.in.th/scm/ntd/fireleaves.git"
},
"author": "Panu Guyson",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-preset-airbnb": "^2.2.3",
"eslint": "^3.17.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-loader": "^1.6.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1"
},
"dependencies": {
"chalk": "^1.1.3",
"clear": "0.0.1",
"clui": "^0.3.1",
"figlet": "^1.2.0",
"firebase-admin": "^4.1.2",
"inquirer": "^3.0.6",
"kue": "^0.11.5",
"minimist": "^1.2.0",
"moment": "^2.17.1",
"mongodb": "^2.2.24"
}
}