-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (47 loc) · 1.01 KB
/
package.json
File metadata and controls
50 lines (47 loc) · 1.01 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
44
45
46
47
48
49
50
{
"name": "Lxxl",
"version": "0.2.0-dev",
"description": "lxxl",
"keywords": ["lxxl"],
"maintainers": [
{
"name": "Raildecom",
"email": "dev@webitup.fr",
"web": "http://www.webitup.fr"
}
],
"contributors":[
{
"name": "Mangled Deutz",
"email": "dev@webitup.fr",
"web": "http://www.webitup.fr"
},
{
"name": "Raildecom",
"email": "dev@webitup.fr",
"web": "http://www.webitup.fr"
}
],
"bugs": "https://github.com/Education-Numerique/authoring.js/issues",
"licenses": [
{
"type": "AferoGPL",
"url": "http://www.gnu.org/licenses/agpl-3.0.html"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/Education-Numerique/authoring.js.git"
}
],
"dependencies": {
"Spitfire.js": "1.0.x",
"Airstrip.js": "1.0.x",
"jsBoot.js": "0.2.x"
},
"homepage": "http://www.education-et-numerique.org/",
"directories": {
"src": "src"
}
}