This repository was archived by the owner on Mar 29, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
39 lines (39 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.06 KB
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
{
"name": "expressmongo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "gulp && nodemon server.js",
"prod": "gulp --production",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js,.vue js"
},
"author": "Nipe Setiawan <nipeharefa@gmail.com>",
"license": "ISC",
"dependencies": {
"basic-auth": "^1.0.4",
"body-parser": "^1.15.2",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"mongoose": "^4.5.10",
"pug": "^2.0.0-beta6",
"vuex": "^1.0.0-rc.2",
"vuex-router-sync": "^2.1.0"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-preset-stage-2": "^6.13.0",
"eslint": "^3.5.0",
"eslint-config-airbnb-base": "^7.1.0",
"eslint-friendly-formatter": "^2.0.6",
"eslint-loader": "^1.5.0",
"eslint-plugin-html": "^1.5.2",
"eslint-plugin-import": "^1.14.0",
"gulp": "^3.9.1",
"laravel-elixir": "^6.0.0-9",
"laravel-elixir-vue": "^0.1.4",
"laravel-elixir-webpack-official": "^1.0.2",
"lodash": "^4.15.0"
}
}