-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 983 Bytes
/
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
{
"name": "sails-oracle-db",
"version": "0.0.5",
"description": "sails oracle adapter",
"main": "dist/adapter",
"scripts": {
"test": "mocha --compilers js:mocha-traceur test/unit",
"test-debug": "mocha --compilers js:mocha-traceur debug test/unit",
"test-integration": "node test/integration/runner.js",
"babel": "babel lib --out-dir dist"
},
"keywords": [
"sails",
"oracle"
],
"author": "Ryan Quinn",
"license": "MIT",
"devDependencies": {
"bluebird": "^3.4.1",
"captains-log": "0.11.x",
"mocha": "^3.0.2",
"mocha-traceur": "2.1.x",
"should": "^11.1.0",
"traceur": "0.0.111",
"waterline-adapter-tests": "0.10.x"
},
"dependencies": {
"async": "^2.0.1",
"lodash": "^4.15.0",
"oracledb": "^1.10.1",
"waterline-sequel": "git://github.com/ryanwilliamquinn/waterline-sequel#master"
},
"waterlineAdapter": {
"waterlineVersion": "0.10.x",
"interfaces": [
"semantic"
]
}
}