-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.07 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.07 KB
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
{
"name": "denali-node-orm2",
"version": "0.0.5",
"scripts": {
"build": "denali build",
"coverage": "scripts/coverage.sh",
"preversion": "scripts/preversion.sh",
"release": "scripts/release.sh",
"test": "scripts/test.sh"
},
"keywords": [
"denali",
"denali-addon",
"addon"
],
"main": "lib/orm2-adapter.js",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"denali": "^0.0.29",
"lodash": "^4.17.4",
"mongodb": "^2.2.30",
"mysql": "^2.13.0",
"orm": "^3.2.3",
"pg": "^6.4.0",
"sqlite3": "^3.1.4"
},
"devDependencies": {
"ava": "^0.20.0",
"babel-eslint": "^7.2.3",
"babel-plugin-istanbul": "^4.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-latest": "^6.24.1",
"codeclimate-test-reporter": "^0.5.0",
"denali-babel": "0.0.x",
"denali-cli": "^0.0.12",
"denali-eslint": "0.0.x",
"nyc": "^11.0.3",
"standard-version": "^4.2.0"
},
"ava": {
"plugins": [],
"presets": []
}
}