-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 916 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
{
"name": "@giladno/sequelize-admin",
"version": "1.3.0",
"description": "",
"main": "index.js",
"engines": {
"node": ">=8"
},
"scripts": {
"start": "node example/index.js",
"deploy": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/giladno/sequelize-admin.git"
},
"keywords": [],
"author": "Gilad Novik <gilad@novik.ca>",
"dependencies": {
"ejs": "^2.6.1",
"express": "^4.16.4"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.13.0",
"eslint-plugin-node": "^8.0.1",
"sequelize": "^4.42.0",
"sqlite3": "^4.0.6"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/giladno/sequelize-admin/issues"
},
"homepage": "https://github.com/giladno/sequelize-admin#readme"
}