-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 947 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
{
"name": "faroese-alphabet-sort",
"version": "0.0.5",
"description": "Sort array of strings by faroese alphabet",
"main": "dist/index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"build": "./node_modules/.bin/babel src -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnbrowe/faroese-alphabet-sort.git"
},
"keywords": [
"sort",
"array",
"faroese",
"føroyar"
],
"author": "John Høj Andreassen",
"license": "SEE LICENSE IN LICENSE FILE",
"bugs": {
"url": "https://github.com/johnbrowe/faroese-alphabet-sort/issues"
},
"homepage": "https://github.com/johnbrowe/faroese-alphabet-sort#readme",
"dependencies": {
"mocha": "^5.0.5"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.3"
}
}