forked from LeanKit-Labs/seriate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 1.87 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 1.87 KB
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
{
"name": "seriate",
"version": "2.0.0",
"description": "A cross platform module for Microsoft SQL Server that wraps node-mssql",
"main": "src/index.js",
"author": "LeanKit",
"homepage": "http://github.com/leankit-labs/seriate",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/LeanKit-Labs/seriate"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"contributors": [
{
"name": "Jim Cowart",
"email": "jim.cowart@leankit.com",
"url": "http://ifandelse.com"
},
{
"name": "Alex Robson",
"email": "asrobson@gmail.com",
"url": "http://nerdventure.io"
},
{
"name": "Ryan Niemeyer",
"email": "ryan@knockmeout.net",
"url": "http://knockmeout.net"
},
{
"name": "Brian Edgerton",
"email": "brian.edgerton@leankit.com"
},
{
"name": "Scott Walters",
"email": "scott.walters@leankit.com"
},
{
"name": "David Neal",
"url": "https://github.com/reverentgeek"
},
{
"name": "Calvin Bottoms",
"url": "https://github.com/calvinb"
},
{
"name": "Josh Bush",
"url": "https://github.com/digitalbush"
}
],
"dependencies": {
"callsite": "^1.0.0",
"configya": "~0.2.1",
"lodash": "3.x",
"machina": "1.x",
"monologue.js": "~0.3.3",
"mssql": "~2.3.2",
"postal": "^1.0.6",
"when": "3.x",
"whistlepunk": "^0.3.1",
"xmldom": "^0.1.22"
},
"devDependencies": {
"biggulp": "~0.2.0",
"gulp": "~3.9.*",
"chai": "~2.3.0",
"chai-as-promised": "~5.0.0",
"proxyquire": "~1.5.0",
"sinon": "~1.14.1",
"sinon-chai": "~2.7.0",
"sinon-as-promised": "~4.0.0",
"metronic": "^0.2.4"
},
"scripts": {
"test": "gulp test",
"example": "node ./example/example.js"
},
"files": [
"LICENSE",
"src"
]
}