forked from featurist/sworm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.03 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "sworm",
"version": "2.16.0",
"description": "a lightweight write-only ORM for MSSQL, MySQL, PostgreSQL, Oracle, Sqlite 3",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"debug": "2.2.0",
"randomstring": "1.1.5",
"underscore": "1.8.3"
},
"devDependencies": {
"chai": "3.5.0",
"chai-as-promised": "5.3.0",
"es6-promise": "3.2.1",
"fs-promise": "0.5.0",
"mocha": "2.5.3",
"mssql": "3.3.0",
"mysql": "2.11.1",
"pg": "6.1.0",
"sqlite3": "3.1.8"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/featurist/sworm.git"
},
"keywords": [
"activerecord",
"database",
"postgres",
"postgresql",
"mysql",
"orm",
"mssql",
"sqlserver",
"sql",
"server"
],
"author": "Tim Macfarlane <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/featurist/sworm/issues"
},
"homepage": "https://github.com/featurist/sworm"
}