forked from shoplineapp/sl-express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.03 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
46
{
"name": "@shopline/sl-express",
"version": "2.1.3",
"description": "A nodejs framework based on expressjs",
"main": "index.js",
"directories": {
"example": "example",
"lib": "lib"
},
"bin": {
"sl-express": "./bin/sl-express"
},
"bugs": {
"url": "https://github.com/shoplineapp/sl-express/issues"
},
"dependencies": {
"bluebird": "^3.5.0",
"cartesian-product": "^2.1.2",
"deep-extend": "^0.5.0",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"flat": "^4.0.0",
"inflection": "^1.12.0",
"log4js": "^3.0.6",
"repl": "^0.1.3",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"require-all": "^2.2.0"
},
"devDependencies": {
"jest": "^23.6.0"
},
"scripts": {
"test": "node_modules/.bin/jest test/**/*"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/shoplineapp/sl-express.git"
},
"keywords": [
"expressjs"
],
"author": "Ted Cheng",
"license": "ISC",
"homepage": "https://github.com/shoplineapp/sl-express#readme"
}