-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 881 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": "english-month-names",
"version": "1.0.0",
"description": "Gets all and random english month name",
"main": "src/index.js",
"scripts": {
"test": "mocha src/test/index.test.js -w",
"test:single" : "istanbul cover -x *.test.js node_modules/mocha/bin/_mocha -- -R spec src/test/index.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VJag/english-month-names.git"
},
"keywords": [
"Random",
"english",
"month",
"name"
],
"author": "'Jagannadh <'jagannadh81@gmail.com'>",
"license": "MIT",
"bugs": {
"url": "https://github.com/VJag/english-month-names/issues"
},
"homepage": "https://github.com/VJag/english-month-names#readme",
"dependencies": {
"unique-random-array": "1.0.0"
},
"devDependencies": {
"chai": "3.5.0",
"istanbul": "0.4.5",
"mocha": "3.0.2"
}
}