1{
2	"name": "he",
3	"version": "0.5.0",
4	"description": "A robust HTML entities encoder/decoder with full Unicode support.",
5	"homepage": "http://mths.be/he",
6	"main": "he.js",
7	"bin": "bin/he",
8	"keywords": [
9		"string",
10		"entities",
11		"entity",
12		"html",
13		"encode",
14		"decode",
15		"unicode"
16	],
17	"license": "MIT",
18	"author": {
19		"name": "Mathias Bynens",
20		"url": "https://mathiasbynens.be/"
21	},
22	"repository": {
23		"type": "git",
24		"url": "https://github.com/mathiasbynens/he.git"
25	},
26	"bugs": "https://github.com/mathiasbynens/he/issues",
27	"files": [
28		"LICENSE-MIT.txt",
29		"he.js",
30		"bin/",
31		"man/"
32	],
33	"directories": {
34		"bin": "bin",
35		"man": "man",
36		"test": "tests"
37	},
38	"scripts": {
39		"test": "node tests/tests.js"
40	},
41	"devDependencies": {
42		"coveralls": "^2.11.1",
43		"grunt": "^0.4.5",
44		"grunt-shell": "^1.0.1",
45		"grunt-template": "^0.2.3",
46		"istanbul": "^0.3.0",
47		"jsesc": "^0.5.0",
48		"lodash": "^2.4.1",
49		"qunit-extras": "^1.1.0",
50		"qunitjs": "~1.11.0",
51		"regenerate": "^0.6.2",
52		"requirejs": "^2.1.14",
53		"string.fromcodepoint": "^0.2.1"
54	}
55}
56