This repository has been archived by the owner on Jan 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
68 lines (68 loc) · 1.67 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
{
"name": "engine-munger",
"version": "1.1.2",
"description": "A replacement Express view class that provides asynchronous resolution, internationalization and specialization support",
"main": "index.js",
"author": {
"name": "Poornima Venkatakrishnan",
"email": "pvenkatakrishnan@paypal.com"
},
"contributors": {
"name": "Aria Stewart",
"email": "ariastewart@paypal.com"
},
"repository": {
"type": "git",
"url": "https://github.com/krakenjs/engine-munger.git"
},
"dependencies": {
"aproba": "^1.0.1",
"bcp47": "^1.1.2",
"bcp47-stringify": "^1.0.0",
"bl": "^0.9.0",
"debuglog": "^1.0.1",
"express": "^4.12.4",
"file-resolver": "^1.0.0",
"graceful-fs": "~4.1.3",
"karka": "~0.0.1",
"permutron": "^1.3.1",
"resolve": "^1.1.6",
"verror": "^1.6.0"
},
"devDependencies": {
"adaro": "^1.0.0",
"dustjs-linkedin": "^2.7.1",
"jshint": "~2.4.3",
"localizr": "^1.1.0",
"nyc": "^2.0.5",
"tap": "^1.0.8"
},
"scripts": {
"test": "nyc tap test/*.js && npm run lint",
"cover": "nyc report",
"lint": "jshint -c .jshintrc index.js",
"regenerate-test-data": "./test/fixtures/compile-test-data.sh"
},
"bugs": {
"url": "https://github.com/krakenjs/engine-munger/issues"
},
"homepage": "https://github.com/krakenjs/engine-munger",
"maintainers": [
{
"name": "pvenkatakrishnan",
"email": "pvenkatakrishnan@paypal.com"
},
{
"name": "totherik",
"email": "totherik@gmail.com"
},
{
"name": "jeffharrell",
"email": "jeff@juxtadesign.com"
},
{
"name": "grawk",
"email": "mattedelman@gmail.com"
}
]
}