-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·50 lines (50 loc) · 1.25 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
{
"author": {
"name": "VedideV, Pronin Egor",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/vedidev/sails-pervasive/issues"
},
"dependencies": {
"underscore": "~1.5.2",
"underscore.string": "~2.3.3",
"odbc": "https://github.com/vedi/node-odbc"
},
"description": "Pervasive SQL Adapter for Sails.js",
"devDependencies": {
"mocha": "1.10.0",
"waterline-adapter-tests": "~0.9.4",
"eslint": "3.12.2",
"eslint-config-airbnb-base": "11.0.0",
"eslint-plugin-import": "2.2.0"
},
"directories": {},
"homepage": "https://github.com/vedidev/sails-pervasive#readme",
"keywords": [
"orm",
"waterline",
"sails",
"sailsjs",
"sails.js",
"pervasive"
],
"license": "MIT",
"main": "lib/adapter.js",
"maintainers": [
{
"name": "Vedidev, Pronin Egor",
"email": "[email protected]"
}
],
"name": "sails-pervasive",
"optionalDependencies": {},
"readme": "![[email protected]](http://i.imgur.com/RIvu9.png) \n\n# Pervasive SQL Server Adapter for Sails.js",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/vedidev/sails-pervasive"
},
"scripts": {},
"version": "0.0.5"
}