FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
adonis-framework/package.json at develop · explore-javascript/adonis-framework · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
explore-javascript
/
adonis-framework
Public
forked from
adonisjs/core
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
adonis-framework
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
89 lines (89 loc) · 2.38 KB
Breadcrumbs
adonis-framework
/
package.json
Copy path
File metadata and controls
89 lines (89 loc) · 2.38 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name"
:
"
adonis-framework
"
,
"version"
:
"
3.0.1
"
,
"description"
:
"
Adonis framework makes it easy for you to write webapps with less code
"
,
"main"
:
"
index.js
"
,
"scripts"
: {
"test"
:
"
npm run lint && node --harmony_proxies ./node_modules/.bin/istanbul cover _mocha --report lcovonly -- -R spec test/unit test/acceptance && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage
"
,
"coverage"
:
"
npm run lint && node --harmony_proxies ./node_modules/.bin/istanbul cover _mocha test/unit test/acceptance --bail
"
,
"lint"
:
"
standard src/**/*.js src/**/**/*.js test/**/*.js providers/*.js
"
},
"standard"
: {
"global"
: [
"
it
"
,
"
describe
"
,
"
context
"
,
"
before
"
,
"
after
"
,
"
beforeEach
"
,
"
afterEach
"
]
},
"keywords"
: [
"
adonis-framework
"
,
"
mvc
"
,
"
mvc-framework
"
],
"author"
:
"
adonisjs
"
,
"license"
:
"
MIT
"
,
"devDependencies"
: {
"adonis-fold"
:
"
^3.0.2
"
,
"adonis-redis"
:
"
^1.0.0
"
,
"chai"
:
"
^3.3.0
"
,
"cheerio"
:
"
^0.22.0
"
,
"co-mocha"
:
"
^1.1.3
"
,
"co-supertest"
:
"
0.0.10
"
,
"coveralls"
:
"
^2.11.7
"
,
"cz-conventional-changelog"
:
"
^1.2.0
"
,
"formidable"
:
"
^1.0.17
"
,
"istanbul"
:
"
^0.4.0
"
,
"mocha"
:
"
^3.0.1
"
,
"mocha-lcov-reporter"
:
"
^1.1.0
"
,
"pem"
:
"
^1.8.1
"
,
"sinon"
:
"
^1.17.5
"
,
"standard"
:
"
^7.1.2
"
,
"supertest"
:
"
^1.1.0
"
,
"test-console"
:
"
^1.0.0
"
,
"zombie"
:
"
^4.2.1
"
},
"peerDependencies"
: {
"adonis-fold"
:
"
^3.0.2
"
},
"dependencies"
: {
"adonis-binding-resolver"
:
"
^1.0.1
"
,
"bcryptjs"
:
"
^2.3.0
"
,
"bytes"
:
"
^2.4.0
"
,
"cat-log"
:
"
^1.0.2
"
,
"co"
:
"
^4.6.0
"
,
"co-fs-extra"
:
"
^1.2.1
"
,
"dotenv"
:
"
^2.0.0
"
,
"eventemitter2"
:
"
^2.1.0
"
,
"lodash"
:
"
^4.14.1
"
,
"node-cookie"
:
"
^1.0.2
"
,
"node-exceptions"
:
"
^1.0.3
"
,
"node-req"
:
"
^1.0.3
"
,
"node-res"
:
"
^3.0.0
"
,
"node-uuid"
:
"
^1.4.7
"
,
"nunjucks"
:
"
^2.3.0
"
,
"path-to-regexp"
:
"
^1.3.0
"
,
"require-all"
:
"
^2.0.0
"
,
"serve-static"
:
"
^1.10.2
"
,
"type-of-is"
:
"
^3.4.0
"
},
"config"
: {
"commitizen"
: {
"path"
:
"
./node_modules/cz-conventional-changelog
"
}
},
"directories"
: {
"test"
:
"
test
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/adonisjs/adonis-framework.git
"
},
"bugs"
: {
"url"
:
"
https://github.com/adonisjs/adonis-framework/issues
"
},
"homepage"
:
"
https://github.com/adonisjs/adonis-framework#readme
"
}
Back
|
FazBrowse Home
|
New Git URL