-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 955 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
{
"name": "sails-hook-adminjs-panel",
"version": "1.0.3",
"description": "SailsJS hook to use magic of AdminJS seamlessly",
"main": "src/index.js",
"scripts": {
"test": "mocha --reporter spec --exit"
},
"repository": {
"type": "git",
"url": "https://github.com/okankurtulus/sails-hook-adminjs-panel"
},
"sails": {
"isHook": true
},
"dependencies": {
"@admin-bro/express": "^3.1.0",
"admin-bro": "^4.0.1",
"escape-regexp": "^0.0.1",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"express-session": "^1.17.2"
},
"devDependencies": {
"mocha": "^7.1.2",
"sails": "^1.0.0"
},
"keywords": [
"sails-hook",
"sails",
"sails.js",
"hook",
"admin",
"admin-panel",
"adminpanel",
"adminbro",
"adminbro-js",
"adminjs",
"panel"
],
"author": "Okan Kurtulus <[[email protected]](mailto:[email protected])>",
"license": "MIT"
}