-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
83 lines (83 loc) · 2.05 KB
/
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
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
{
"name": "cu8-sequelize-oracle",
"description": "Multi dialect ORM for Node.JS/io.js",
"version": "1.0.5",
"author": {
"name": "Nhuan"
},
"contributors": [
{
"name": "Hoang Duc Nhuan",
"email": "nhuan.hoangduc@outlook.com"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/nhuanhoangduc/cu8-sequelize-oracle.git"
},
"bugs": {
"url": "https://github.com/nhuanhoangduc/cu8-sequelize-oracle/issues"
},
"dependencies": {
"bluebird": "~2.9.24",
"deasync": "^0.1.9",
"depd": "^1.0.1",
"dottie": "^0.3.1",
"generic-pool": "2.2.0",
"inflection": "^1.6.0",
"lodash": "^3.9.3",
"moment": "^2.9.0",
"moment-timezone": "^0.4.0",
"node-uuid": "~1.4.1",
"shimmer": "1.0.0",
"toposort-class": "~0.3.0",
"validator": "^3.34.0"
},
"devDependencies": {
"chai": "^2.1.2",
"chai-as-promised": "^4.3.0",
"chai-datetime": "~1.3.0",
"chai-spies": "~0.5.1",
"coffee-script": "~1.9.1",
"commander": "^2.6.0",
"continuation-local-storage": "^3.1.4",
"dox": "0.7.1",
"git": "^0.1.5",
"istanbul": "~0.3.0",
"jshint": ">=2.4.2",
"lcov-result-merger": "~1.0.0",
"mocha": "^2.2.1",
"mysql": "~2.6.2",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"sqlite3": "^3.0.6",
"tedious": "^1.7.0",
"watchr": "~2.4.11"
},
"keywords": [
"mysql",
"sqlite",
"postgresql",
"postgres",
"mssql",
"orm",
"nodejs",
"object relational mapper"
],
"main": "index",
"scripts": {
"test": "make all",
"test-docker": "sudo docker-compose run sequelize /bin/sh -c \"make all\"",
"build-docker": "sudo docker-compose build",
"docs": "node docs/docs-generator.js"
},
"engines": {
"node": ">=0.6.21"
},
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "83826c49ea7a680ea606a6fe191bab02522d77aa",
"homepage": "https://github.com/nhuanhoangduc/cu8-sequelize-oracle#readme",
"_shasum": "7f17f4705394b3136c54c0d33a50428862c89205",
"_from": "cu8-sequelize-oracle@*"
}