-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 865 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 865 Bytes
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
{
"name": "sqlserver2json",
"version": "0.1.0",
"description": "Creates json files from tables in sqlserver database",
"main": "bin/sqlserver2json.js",
"bin": {
"sqlserver2json": "sqlserver2json.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mookfist/sqlserver2json.git"
},
"author": "mookfist",
"license": "ISC",
"bugs": {
"url": "https://github.com/mookfist/sqlserver2json/issues"
},
"bin": {
"sqlserver2json": "./bin/sqlserver2json.js"
},
"homepage": "https://github.com/mookfist/sqlserver2json#readme",
"dependencies": {
"ansi-escape-sequences": "*",
"cli-color": "*",
"q": "1.x.x",
"clui": "*",
"mkdirp": "*",
"mssql": "*",
"jsonlint": "*",
"child-process-promise": "*"
}
}