-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
45 lines (45 loc) · 1.03 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
{
"name": "i18nliner-handlebars",
"description": "handlebars i18n made simple",
"version": "0.2.2",
"contributors": [
{
"name": "Jon Jensen"
},
{
"name": "Stanley Stuart"
}
],
"homepage": "https://github.com/fivetanley/i18nliner-handlebars",
"repository": {
"type": "git",
"url": "http://github.com/fivetanley/i18nliner-handlebars.git"
},
"main": "./dist/lib/main",
"devDependencies": {
"babel-preset-latest": "~6.22.0",
"chai": "~3.5.0",
"eslint": "~3.16.1",
"grunt": "~1.0.1",
"grunt-babel": "~6.0.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-copy": "~1.0.0",
"gruntify-eslint": "~3.1.0",
"handlebars": ">=1.3 <3",
"i18nliner": "~0.2.0",
"jsdom": "~8.5.0",
"matchdep": "~1.0.1",
"mocha": "~3.2.0",
"sinon": "~1.17.7"
},
"scripts": {
"test": "grunt eslint && grunt test && mocha tmp/test"
},
"peerDependencies": {
"handlebars": ">=1.3 <3",
"i18nliner": "~0.2.0"
},
"dependencies": {
"jsdom": "~8.5.0"
}
}