forked from sequelize/sequelize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 1.85 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
84
85
86
87
{
"name": "sequelize",
"description": "Multi dialect ORM for Node.JS",
"version": "2.0.0-rc7",
"author": "Sascha Depold <[email protected]>",
"contributors": [
{
"name": "Sascha Depold",
"email": "[email protected]"
},
{
"name": "Jan Aagaard Meier",
"email": [
]
},
{
"name": "Daniel Durante",
"email": "[email protected]"
},
{
"name": "Mick Hansen",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/sequelize/sequelize.git"
},
"bugs": {
"url": "https://github.com/sequelize/sequelize/issues"
},
"dependencies": {
"bluebird": "~2.3.11",
"dottie": "0.2.4",
"generic-pool": "2.1.1",
"inflection": "1.5.3",
"lodash": "~2.4.0",
"moment": "~2.8.0",
"node-uuid": "~1.4.1",
"toposort-class": "~0.3.0",
"validator": "~3.22.1"
},
"devDependencies": {
"continuation-local-storage": "3.1.2",
"chai-as-promised": "^4.1.1",
"sqlite3": "~3.0.0",
"mysql": "~2.5.0",
"pg": "~3.6.0",
"pg-hstore": "^2.3.1",
"tedious": "^1.7.0",
"watchr": "~2.4.11",
"chai": "~1.9.2",
"mocha": "~2.0.0",
"chai-datetime": "~1.3.0",
"sinon": "~1.11.0",
"mariasql": "~0.1.2",
"chai-spies": "~0.5.1",
"lcov-result-merger": "~1.0.0",
"istanbul": "~0.3.0",
"async": "~0.9.0",
"coffee-script": "~1.7.1",
"sinon-chai": "~2.6.0",
"dox": "0.5.0",
"jshint": ">=2.4.2"
},
"keywords": [
"mysql",
"sqlite",
"postgresql",
"postgres",
"mssql",
"orm",
"nodejs",
"object relational mapper"
],
"main": "index",
"scripts": {
"test": "make all",
"docs": "node docs/docs-generator.js"
},
"engines": {
"node": ">=0.6.21"
},
"license": "MIT"
}