UNPKG

1.4 kBJSONView Raw
1{
2 "name": "egg-sequelize",
3 "version": "2.1.3",
4 "description": "egg Sequelize plugin",
5 "eggPlugin": {
6 "name": "sequelize"
7 },
8 "keywords": [
9 "egg",
10 "sequelize",
11 "egg-plugin",
12 "eggPlugin",
13 "orm"
14 ],
15 "dependencies": {
16 "chalk": "^1.1.3",
17 "sequelize": "^3.30.1",
18 "sequelize-cli": "^2.7.0"
19 },
20 "devDependencies": {
21 "autod": "^2.7.1",
22 "egg": "^0.12.0",
23 "egg-bin": "^2.0.2",
24 "egg-mock": "^2.3.1",
25 "power-assert": "^1.4.2",
26 "eslint": "^3.15.0",
27 "eslint-config-egg": "^3.2.0",
28 "mysql": "^2.12.0",
29 "should": "^11.2.0",
30 "supertest": "^3.0.0",
31 "webstorm-disable-index": "^1.1.2"
32 },
33 "engines": {
34 "node": ">=6.0.0"
35 },
36 "scripts": {
37 "test": "npm run lint -- --fix && npm run test-local",
38 "test-local": "egg-bin test",
39 "cov": "egg-bin cov",
40 "lint": "eslint .",
41 "ci": "npm run lint && npm run cov",
42 "autod": "autod"
43 },
44 "bin": {
45 "egg-sequelize": "bin/egg-sequelize"
46 },
47 "files": [
48 "app",
49 "config",
50 "agent.js",
51 "lib",
52 "app.js",
53 "bin"
54 ],
55 "ci": {
56 "version": "6, 7"
57 },
58 "repository": {
59 "type": "git",
60 "url": "git+https://github.com/eggjs/egg-sequelize.git"
61 },
62 "bugs": {
63 "url": "https://github.com/eggjs/egg/issues"
64 },
65 "homepage": "https://github.com/eggjs/egg-sequelize#readme",
66 "author": "jtyjty99999",
67 "license": "MIT"
68}