-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 782 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 782 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": "dyslex-disorth-game",
"description": "",
"version": "2.44.0",
"author": "Pre Project",
"homepage": "http://github.com/ProjetDeRechercheSurLecriture/DyslexDisorthGame",
"repository": {
"type": "git",
"url": "git://github.com/ProjetDeRechercheSurLecriture/DyslexDisorthGame/OPrime.git"
},
"bugs": {
"url": "https://github.com/ProjetDeRechercheSurLecriture/DyslexDisorthGame/issues?state=open"
},
"dependencies": {
},
"devDependencies": {
},
"exclude": [
"run-tests.html",
"server",
"www",
"docs",
"angular_client",
"android"
],
"scripts": {
"test": "bash scripts/build_angular_client.sh"
},
"license": "Apache 2.0",
"licenses": [
{
"type": "Apache 2.0"
}
],
"manifest": true
}