Skip to content

Commit f651d76

Browse files
committed
Added package.json file
1 parent dfac6ae commit f651d76

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "RevStack.SQLServer",
3+
"version": "0.9.0",
4+
"description": "SQL Server implementation of the RevStack c# repository pattern",
5+
"main": "RevStack.SQL.sin",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/RevStack/RevStack.SQLServer.git"
12+
},
13+
"author": "D. Sheets",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/RevStack/RevStack.SQLServer/issues"
17+
},
18+
"homepage": "https://github.com/RevStack/RevStack.SQLServer"
19+
}

0 commit comments

Comments
 (0)