-
Notifications
You must be signed in to change notification settings - Fork 206
/
package.json
55 lines (55 loc) · 1.4 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
55
{
"name": "3akai-ux",
"description": "Open Academic Environment (OAE) Front-end",
"version": "15.2.0",
"homepage": "http://www.oaeproject.org",
"author": {
"name": "The Apereo Foundation",
"email": "[email protected]"
},
"workspaces": [
"packages/*"
],
"private": true,
"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"
}
],
"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-contrib-uglify-es": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
"grunt-exec": "0.4.6",
"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",
"optimist": "latest",
"properties-parser": "latest",
"readdirp": "latest",
"requirejs": "latest",
"shelljs": "latest",
"uglify-es": "^3.3.9",
"underscore": "latest"
},
"dependencies": {
"lerna": "^3.16.2"
},
"engines": {
"node": ">=10.16.0"
}
}