-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 914 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
37
38
39
40
{
"name": "sariejs",
"version": "0.1.4",
"description": "Sarie is fast prototype framework based on expressjs.",
"main": "index.js",
"scripts": {
"start": "node index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"sariejs": "./bin/cli.js"
},
"keywords": [
"expressjs",
"nodejs",
"framework",
"micro-service",
"services",
"microservice"
],
"repository": {
"url": "https://github.com/shahidcodes/sariejs"
},
"author": "Shahid Kamal <[email protected]>",
"license": "ISC",
"dependencies": {
"argparse": "^1.0.10",
"body-parser": "^1.19.0",
"download-git-repo": "^3.0.2",
"express": "^4.17.1",
"glob": "^7.1.4",
"glob-promise": "^3.4.0",
"mongoose": "^5.7.4"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2"
}
}