forked from websockets/utf-8-validate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 796 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
{
"name": "utf-8-validate",
"version": "1.2.1",
"description": "Validate UTF-8 for Web",
"main": "index.js",
"scripts": {
"test": "mocha -r should test/*.test.js",
"coverage": "istanbul cover --report html _mocha -- -r should test/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/websockets/utf-8-validate"
},
"keywords": [
"utf-8-validate"
],
"author": "Einar Otto Stangvik <[email protected]> (http://2x.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/websockets/utf-8-validate/issues"
},
"homepage": "https://github.com/websockets/utf-8-validate",
"dependencies": {
"bindings": "1.2.x",
"nan": "2.3.x"
},
"devDependencies": {
"istanbul": "*",
"mocha": "*",
"should": "*"
}
}