-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 851 Bytes
/
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
{
"name": "node-mssql-connector",
"description": "A simple connect and execute plugins for MSSQL querys on nodejs.",
"version": "1.2.0",
"author": "Christopher Zotter <[email protected]>",
"main": "./lib/mssqlconnector.js",
"engines": {
"node": "4.2.x"
},
"dependencies": {
"extend": "1.2.x",
"lodash": "4.6.x",
"tedious": "1.13.2",
"tedious-connection-pool": "0.3.9"
},
"devDependencies": {
"async": "0.7.x",
"cli-chart": "0.3.1",
"grunt": "0.4.x",
"grunt-contrib-coffee": "0.5.0",
"grunt-mocha-cli": "*",
"grunt-notify": "*",
"grunt-regarde": "*",
"progress": "1.1.8",
"should": "3.3.x"
},
"keywords": [
"nodejs",
"mssql",
"query"
],
"repository": {
"type": "git",
"url": "http://github.com/Nachbarshund/node-mssql-connector.git"
}
}