forked from xmppo/node-stringprep
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 775 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 775 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
35
36
37
{
"name": "node-stringprep",
"version": "0.1.7",
"main": "./build/Release/node_stringprep.node",
"description": "ICU StringPrep profiles",
"keywords": [
"unicode",
"stringprep",
"icu"
],
"dependencies": {},
"devDependencies": {},
"repository": {
"type": "git",
"path": "git://github.com/astro/node-stringprep.git"
},
"homepage": "http://github.com/astro/node-stringprep",
"bugs": "http://github.com/astro/node-stringprep/issues",
"author": {
"name": "Astro",
"email": "astro@spaceboyz.net",
"web": "http://spaceboyz.net/~astro/"
},
"licenses": [
{
"type": "MIT"
}
],
"engines": {
"node": ">=0.4"
},
"contributors": [
"Camilo Aguilar",
"Mauro Pompilio",
"Joachim Kainz"
]
}