-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 839 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
29
30
31
32
33
34
{
"name": "seanchlo",
"version": "1.0.0",
"description": "Coinbhéartaigh teaghrán Gaeilge go dtí an seanchló",
"main": "index.js",
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "nyc mocha --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ancamcheachta/seanchlo.git"
},
"keywords": [
"seanchló",
"Gaeilge",
"Irish",
"cló",
"gaelach"
],
"author": "An Camchéachta <ancamcheachta@protonmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ancamcheachta/seanchlo/issues"
},
"homepage": "https://github.com/ancamcheachta/seanchlo#readme",
"devDependencies": {
"chai": "4.1.2",
"coveralls": "3.0.0",
"mocha": "5.0.1",
"mocha-lcov-reporter": "1.3.0",
"nyc": "11.4.1"
}
}