forked from eggjs/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1 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
{
"name": "egg-examples",
"version": "1.0.0",
"description": "Application examples for egg",
"keywords": [
"application",
"egg"
],
"devDependencies": {
"autod": "^2.7.1",
"autod-egg": "^1.0.0",
"chalk": "^1.1.3",
"egg-ci": "^1.6.0",
"eslint": "4",
"eslint-config-egg": "5",
"npminstall": "3",
"semver": "^5.3.0"
},
"scripts": {
"lint": "eslint .",
"test": "node test.js",
"test-cn": "node test.js -c",
"ci": "npm run lint && npm test",
"autod": "autod",
"list": "ls -d */ | tr -s ' ' | sed 's/^\\(.*\\)\\/$/- [\\1](https:\\\/\\\/github.com\\\/eggjs\\\/examples\\\/tree\\\/master\\\/\\1)/g'"
},
"homepage": "https://github.com/eggjs/examples",
"repository": {
"type": "git",
"url": "https://github.com/eggjs/examples.git"
},
"bugs": {
"url": "https://github.com/eggjs/egg/issues"
},
"engines": {
"node": ">= 8.0.0"
},
"ci": {
"version": "8",
"afterScript": false
},
"license": "MIT",
"private": true
}