-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 859 Bytes
/
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
{
"name": "js-arabic-alphabet-learning-game",
"version": "1.0.0",
"description": "A HTML+CSS+JS game to learn the arabic alphabet.",
"main": "script.js",
"scripts": {
"test": "mocha --recursive test",
"server": "http-server ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/flothesof/js-arabic-alphabet-learning-game.git"
},
"author": "flothesof",
"license": "MIT",
"bugs": {
"url": "https://github.com/flothesof/js-arabic-alphabet-learning-game/issues"
},
"homepage": "https://github.com/flothesof/js-arabic-alphabet-learning-game#readme",
"devDependencies": {
"chai": "^4.2.0",
"http-server": "^0.12.1",
"koa": "^2.11.0",
"koa-static": "^5.0.0",
"mocha": "^7.1.1",
"puppeteer": "^3.0.0"
}
}