forked from FoundationMedicineInc/oracle-sage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
{
"name": "oracle-sage",
"description": "Promise driven object modeling for OracleDB",
"version": "0.3.4",
"main": "./build/sage.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha --recursive --timeout 30000",
"watch": "babel src -d build -w"
},
"license": "MIT",
"author": {
"name": "Justin Ho",
"email": "[email protected]",
"url": "http://github.com/himrc"
},
"dependencies": {
"async": "^2.1.2",
"bluebird": "^3.4.6",
"knex": "0.12.6 ",
"lodash": "^4.15.0",
"moment": "^2.15.1",
"object-assign": "^4.1.0",
"oracledb": "1.11.0",
"promise": "^7.1.1",
"simple-oracledb": "^1.1.59",
"winston": "^2.2.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"chai": "^3.5.0",
"mocha": "^2.3.4"
},
"bugs": {
"url": "https://github.com/FoundationMedicineInc/oracle-sage/issues/new"
},
"repository": {
"type": "git",
"url": "https://github.com/FoundationMedicineInc/oracle-sage.git"
}
}