-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 914 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 914 Bytes
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
{
"name": "edx-db",
"version": "1.1.0",
"description": "Open edX database library",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IONISx/edx-db-node.git"
},
"keywords": [
"Open",
"edX",
"edX",
"database"
],
"author": "Bertrand Marron",
"license": "MIT",
"bugs": {
"url": "https://github.com/IONISx/edx-db-node/issues"
},
"homepage": "https://github.com/IONISx/edx-db-node#readme",
"dependencies": {
"debug": "^2.6.0",
"mysql": "^2.12.0",
"sequelize": "^3.29.0"
},
"devDependencies": {
"chai": "^3.5.0",
"codecov": "^1.0.1",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-istanbul": "^1.1.1",
"gulp-load-plugins": "^1.4.0",
"gulp-mocha": "^3.0.1",
"gulp-util": "^3.0.8",
"sqlite3": "^3.1.8",
"xunit-file": "^1.0.0"
}
}