-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
43 lines (43 loc) · 937 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
39
40
41
42
43
{
"name": "node-stringprep",
"version": "0.8.0",
"main": "index.js",
"description": "ICU StringPrep profiles",
"keywords": [
"unicode",
"stringprep",
"icu"
],
"scripts": {
"test": "./node_modules/.bin/grunt test"
},
"dependencies": {
"bindings": "~1.2.1",
"debug": "~2.2.0",
"nan": "~2.3.3"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-mocha-cli": "~2.1.0",
"proxyquire": "~0.5.2",
"should": "~8.3.1"
},
"repository": "github:astro/node-stringprep",
"homepage": "http://github.com/astro/node-stringprep",
"bugs": "http://github.com/astro/node-stringprep/issues",
"author": {
"name": "Lloyd Watkin",
"email": "[email protected]",
"web": "http://evilprofessor.co.uk"
},
"licenses": [
{
"type": "MIT"
}
],
"engines": {
"node": ">=0.8 <=0.12"
}
}