-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 791 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 791 Bytes
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": "sort-international",
"version": "0.0.6",
"description": "Sort an array into an international alphabetical order.",
"main": "index.js",
"scripts": {
"test": "node tests/sort-international.js"
},
"repository": {
"type": "git",
"url": "http://github.com/rthor/sort-international.git"
},
"keywords": [
"array",
"sort",
"international"
],
"author": {
"name": "Ragnar Þór Valgeirsson (rthor)",
"email": "ragnar.valgeirsson@gmail.com",
"url": "http://rthor.is"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/rthor/sort-international/issues"
},
"homepage": "https://github.com/rthor/sort-international",
"devDependencies": {
"tape": "~2.3.2"
},
"dependencies": {
"groperty": "0.0.0"
}
}