-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 844 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 844 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
{
"name": "OAEModelLoader",
"description": "Open Academic Environment (OAE) Model Loader",
"version": "0.1.0",
"homepage": "http://www.oaeproject.org",
"author": {
"name": "The Apereo Foundation",
"email": "oae-dev@collab.sakaiproject.org"
},
"repository": {
"type": "git",
"url": "git://github.com/oaeproject/OAE-model-loader.git"
},
"bugs": {
"url": "https://github.com/oaeproject/OAE-model-loader/issues"
},
"licenses": [
{
"type": "ECLv2",
"url": "http://opensource.org/licenses/ecl2.php"
}
],
"dependencies": {
"gen": "git://github.com/nicolaasmatthijs/gen",
"gm": "latest",
"mime": "latest",
"mkdirp": "latest",
"moment": "latest",
"ncp": "latest",
"optimist": "latest",
"underscore": "latest"
},
"engines": {
"node": ">=0.8"
}
}