-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.03 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.03 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
{
"name": "denali-node-orm2",
"version": "0.0.5",
"scripts": {
"coverage": "scripts/coverage.sh",
"preversion": "scripts/preversion.sh",
"release": "scripts/release.sh",
"test": "scripts/test.sh"
},
"keywords": [
"denali",
"denali-addon",
"addon"
],
"main": "app/addon.js",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"denali": "0.0.x",
"lodash": "^4.17.4",
"mongodb": "^2.2.25",
"mysql": "^2.13.0",
"orm": "^3.2.3",
"pg": "^6.1.5",
"sqlite3": "^3.1.4"
},
"devDependencies": {
"ava": "^0.18.1",
"babel-eslint": "^7.2.0",
"babel-plugin-istanbul": "^3.1.2",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-latest": "^6.24.0",
"codeclimate-test-reporter": "^0.4.0",
"denali-babel": "0.0.x",
"denali-cli": "0.0.x",
"denali-eslint": "0.0.x",
"nyc": "^10.1.2",
"standard-version": "^4.0.0"
},
"ava": {
"plugins": [],
"presets": []
}
}