forked from YahooArchive/secure-handlebars-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.54 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.54 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "secure-handlebars-helpers",
"description": "Client-side XSS filters for templates processed by context-parser-handlebars",
"version": "1.0.7",
"licenses": [
{
"type": "BSD",
"url": "https://github.com/yahoo/secure-handlebars-helpers/blob/master/LICENSE"
}
],
"author": "Nera Liu <neraliu@yahoo-inc.com>, Adonis Fung <adon@yahoo-inc.com> and Albert Yu <albertyu@yahoo-inc.com>",
"contributors": [
{
"name": "Nera Liu",
"email": "neraliu@yahoo-inc.com"
},
{
"name": "Adonis Fung",
"email": "adon@yahoo-inc.com"
},
{
"name": "Albert Yu",
"email": "albertyu@yahoo-inc.com"
}
],
"keywords": [
"xss",
"security",
"escape",
"encode",
"filter",
"context",
"html5",
"handlebars",
"helpers"
],
"scripts": {
"hint": "grunt jshint",
"build": "npm install; grunt build",
"docs": "grunt doc",
"clean": "grunt clean",
"test": "grunt test"
},
"dependencies": {
"xss-filters": "^1.2.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-karma": "^0.10.1",
"karma-coverage": "~0.2.7",
"karma-junit-reporter": "~0.2.2",
"karma-mocha": "~0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "~2.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/yahoo/secure-handlebars-helpers"
}
}