-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 850 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
35
36
37
{
"name": "@mikimaine/ethiopian-calander",
"version": "0.0.2",
"description": "Jquery/Bootstrap Ethiopian calander ",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikimaine/ethiopian-calendar.git"
},
"keywords": [
"Ethiopian",
"calander",
"npm",
"ethiopian",
"calander",
"jquery",
"ethiopian",
"calander",
"picker"
],
"author": "Mikiyas Amdu <[email protected]> (https://www.github.com/mikimaine)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikimaine/ethiopian-calendar/issues"
},
"homepage": "https://github.com/mikimaine/ethiopian-calendar#readme",
"engines": {
"node": ">=4.2.4"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1"
}
}