-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 1 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
{
"name": "sails-oracle",
"version": "0.0.1",
"description": "Oracle adapter for Sails.js",
"main": "index.js",
"scripts": {
"test": "echo \"Adapter should be tested using Sails.js core.\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mayconheerdt/sails-oracle.git"
},
"keywords": [
"orm",
"waterline",
"oracle",
"sails",
"sailsjs",
"sails.js"
],
"author": {
"name": "Maycon Heerdt"
},
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"node": ">=0.3.4",
"oracle": ">=0.3.4",
"async": ">=0.1.22",
"underscore": "1.4.3",
"underscore.string": "2.3.1"
},
"readme": "![[email protected]](http://i.imgur.com/RIvu9.png) \n\n# Oracle Adapter for Sails Application.\n",
"bugs": {
"url": "https://github.com/mayconheerdt/sails-oracle/issues"
},
"_id": "[email protected]",
"_from": "sails-oracle@",
"_resolved": "https://registry.npmjs.org/sails-oracle/-/sails-oracle-0.0.1.tgz"
}