-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 903 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 903 Bytes
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": "express-example-app",
"version": "1.0.4",
"description": "express example app for strong-pm",
"main": "index.js",
"scripts": {
"pretest": "eslint --ignore-path .gitignore .",
"test": "tap test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/express-example-app.git"
},
"keywords": [
"strongloop",
"StrongLoop",
"strong-pm",
"express",
"expressjs"
],
"author": "StrongLoop <engineering@strongloop.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/strongloop/express-example-app/issues"
},
"homepage": "https://github.com/strongloop/express-example-app",
"dependencies": {
"express": "^4.12.3"
},
"engines": {
"node": ">=4"
},
"devDependencies": {
"eslint": "^4.4.1",
"eslint-config-strongloop": "^2.1.0",
"request": "^2.53.0",
"tap": "^0.7.1"
}
}