-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1023 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
38
{
"name": "array-semantic-join",
"version": "2.0.1",
"description": "Helper function whose input is an array and output is a semantic string with joined items of the input array.",
"homepage": "https://github.com/kontentino/array-semantic-join",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"react",
"react-native",
"semantic",
"semantic join",
"array semantic join",
"array join",
"join",
"es6",
"kontentino",
"javascript",
"helper"
],
"author": "Kontentino",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kontentino/array-semantic-join.git"
},
"bugs": {
"url": "https://github.com/kontentino/array-semantic-join/issues"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"babel-jest": "^24.9.0",
"jest": "^24.9.0"
}
}