forked from sequelize/sequelize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 1.94 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
88
89
90
91
92
{
"name": "sequelize",
"description": "Multi dialect ORM for Node.JS",
"version": "1.7.0-rc6",
"author": "Sascha Depold <[email protected]>",
"contributors": [
{
"name": "Sascha Depold",
"email": "[email protected]"
},
{
"name": "Meg Sharkey",
"email": "[email protected]"
},
{
"name": "Chase Geigle",
"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": {
"commander": "~2.1.0",
"lodash": "~2.4.0",
"underscore.string": "~2.3.0",
"lingo": "~0.0.5",
"validator": "~3.2.0",
"moment": "~2.5.0",
"dottie": "0.0.9-0",
"toposort-class": "~0.3.0",
"generic-pool": "2.0.4",
"sql": "~0.35.0",
"circular-json": "~0.1.5",
"bluebird": "~1.0.0",
"node-uuid": "~1.4.1"
},
"devDependencies": {
"sqlite3": "~2.1.12",
"mysql": "2.0.1",
"pg": "~2.8.1",
"watchr": "~2.4.11",
"chai": "~1.9.0",
"mocha": "~1.17.0",
"chai-datetime": "~1.1.1",
"sinon": "~1.8.1",
"mariasql": "0.1.20",
"chai-spies": "~0.5.1",
"lcov-result-merger": "0.0.2",
"istanbul": "~0.1.45",
"coveralls": "~2.7.1",
"async": "~0.2.10",
"coffee-script": "~1.7.1"
},
"keywords": [
"mysql",
"orm",
"nodejs",
"object relational mapper"
],
"main": "index",
"scripts": {
"test": "make all",
"docs": "node_modules/.bin/yuidoc . -o docs"
},
"bin": {
"sequelize": "bin/sequelize"
},
"engines": {
"node": ">=0.6.21"
},
"license": "MIT"
}