forked from oaeproject/3akai-ux
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.38 KB
/
package.json
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
47
48
49
50
51
52
53
54
{
"name": "3akai-ux",
"description": "Open Academic Environment (OAE) Front-end",
"version": "12.4.0",
"homepage": "http://www.oaeproject.org",
"author": {
"name": "The Apereo Foundation",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/oaeproject/3akai-ux.git"
},
"bugs": {
"url": "https://github.com/oaeproject/3akai-ux/issues"
},
"licenses": [
{
"type": "ECLv2",
"url": "http://opensource.org/licenses/ecl2.php"
}
],
"dependencies": {
"oae-core": ""
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-csslint": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-qunit": "1.2.0",
"grunt-contrib-requirejs": "1.0.0",
"grunt-exec": "0.4.6",
"grunt-ghost": "1.1.0",
"grunt-git-describe": "2.3.2",
"grunt-text-replace": "0.4.0",
"grunt-ver": "git://github.com/oaeproject/grunt-ver.git#v0.2.3-hilary-0.2",
"oae-release-tools": "git://github.com/oaeproject/oae-release-tools",
"optimist": "latest",
"properties-parser": "latest",
"readdirp": "latest",
"requirejs": "^2.1.20",
"shelljs": "latest",
"underscore": "latest"
},
"bundleDependencies": [
"oae-core"
],
"engines": {
"node": ">=0.10"
}
}