-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 979 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
41
42
43
44
{
"name": "@authmaker/generator-express",
"version": "3.2.6",
"description": "Yeoman generator for Authmaker express apps",
"license": "MIT",
"main": "app/index.js",
"repository": "https://github.com/Authmaker/generator-express",
"author": {
"name": "Chris Manson",
"email": "chris@stonecircle.io",
"url": "https://github.com/mansona"
},
"scripts": {
"test": "mocha"
},
"files": [
"generators"
],
"keywords": [
"yeoman-generator",
"authmaker",
"jsonapi",
"json-api",
"json:api",
"mongoose",
"mongodb"
],
"dependencies": {
"chalk": "^2.4.1",
"lodash": "^4.17.11",
"mongodb": "^2.2.33",
"recast": "^0.16.1",
"yeoman-assert": "^3.1.1",
"yeoman-generator": "^2.0.3",
"yosay": "^2.0.2"
},
"devDependencies": {
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^5.2.0",
"yeoman-test": "^1.9.1"
}
}