-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1 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
{
"name": "edx-modulestore-api",
"version": "0.1.0",
"description": "REST API for browsing Open edX modulestores",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/IONISx/edx-modulestore-api"
},
"keywords": [
"openedx",
"rest",
"api",
"modulestore",
"edx"
],
"author": "Bertrand Marron <bertrand.marron@ionisx.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/IONISx/edx-modulestore-api/issues"
},
"homepage": "https://github.com/IONISx/edx-modulestore-api",
"dependencies": {
"express": "^4.10.2",
"edx-modulestore": "^0.2.0",
"nconf": "^0.6.9",
"errorhandler": "^1.2.2",
"body-parser": "^1.9.2",
"method-override": "^2.3.0",
"cors": "^2.5.2",
"morgan": "^1.5.0",
"lodash": "^2.4.1",
"express-validator": "^2.7.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"load-grunt-tasks": "^1.0.0",
"grunt-contrib-jshint": "^0.10.0"
}
}