forked from formatjs/handlebars-intl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.39 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@flickr/handlebars-intl",
"version": "2.1.0",
"description": "handlebars helpers for internationalization",
"keywords": [
"intl",
"i18n",
"handlebars"
],
"author": "Anthony Pipkin <a.pipkin@yahoo.com>",
"contributors": [
"Drew Folta <drew@folta.net>",
"Eric Ferraiuolo <eferraiuolo@gmail.com>",
"Caridy Patino <caridy@gmail.com>"
],
"licenses": [
{
"type": "Yahoo BSD",
"url": "https://github.com/yahoo/handlebars-helper-intl/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/flickr/handlebars-intl/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/flickr/handlebars-intl.git"
},
"main": "lib/helpers.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"dependencies": {
"intl-messageformat": "^9.11.4"
},
"devDependencies": {
"chai": "1.8.*",
"grunt": "0.4.*",
"grunt-cli": "0.1.*",
"grunt-contrib-copy": "0.5.*",
"grunt-contrib-jshint": "0.7.*",
"grunt-contrib-uglify": "0.2.*",
"handlebars": "1.3.*",
"istanbul": "0.1.*",
"mocha": "1.15.*",
"intl": "*",
"benchmark": "~1.0.0",
"xunit-file": "*"
},
"scripts": {
"pretest": "grunt jshint build",
"test": "istanbul cover -- _mocha tests/ --reporter spec"
},
"homepage": "https://github.com/flickr/handlebars-intl#readme",
"license": "UNLICENSED"
}