-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 903 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 903 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
{
"name": "git_sqlmapper",
"version": "1.0.0",
"description": "**SqlMapper** は、Spring Framework の JDBC関連の機能を使って 「S2JDBC の再実装 + 機能追加」 を目指した O/R Mapperのライブラリです。",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mygreen/sqlmapper.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mygreen/sqlmapper/issues"
},
"homepage": "https://github.com/mygreen/sqlmapper#readme",
"dependencies": {
},
"devDependencies": {
"textlint": "^13.3.2",
"textlint-rule-preset-ja-technical-writing": "^7.0.0",
"textlint-rule-preset-jtf-style": "^2.3.13",
"textlint-plugin-asciidoctor": "^1.1.0"
}
}