-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
76 lines (76 loc) · 1.62 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "makara",
"version": "2.1.0",
"description": "Kraken support for i18n and specialization in dust.js templates",
"main": "index.js",
"scripts": {
"test": "nyc tap test/*.js && nyc report",
"coverage": "nyc report --reporter=lcov"
},
"homepage": "http://krakenjs.com/makara",
"repository": {
"type": "git",
"url": "https://github.com/krakenjs/makara.git"
},
"keywords": [
"dust.js",
"i18n",
"internationalization",
"l10n",
"localization",
"specialization",
"templates"
],
"author": "Erik Toth <[email protected]>",
"contributors": [
{
"name": "Richard Ragan",
"email": "[email protected]"
},
{
"name": "Stephen Westhafer",
"email": "[email protected]"
},
{
"name": "Lenny Markus",
"email": "[email protected]"
},
{
"name": "Jeff Harrell",
"email": "[email protected]"
},
{
"name": "Jean-Charles Sisk",
"email": "[email protected]"
},
{
"name": "Sanjeev Koranga",
"email": "[email protected]"
},
{
"name": "Dereck Quock",
"email": "[email protected]"
},
{
"name": "Aria Stewart",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"devDependencies": {
"dust-makara-helpers": "^4.1.2",
"express": "^4.12.4",
"mock-req": "^0.2.0",
"mock-res": "^0.3.0",
"nyc": "^2.2.1",
"supertest": "^1.0.1",
"tap": "^1.2.0"
},
"dependencies": {
"adaro": "^1.0.1",
"aproba": "^1.0.1",
"bundalo": "^0.2.9",
"engine-munger": "^1.0.0",
"es6-weak-map": "^1.0.2"
}
}