forked from interlock/connect-handlebars
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.11 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
{
"author": {
"name": "James Sapara",
"email": "jsapara@slicedprojects.ca",
"url": "http://github.com/interlock"
},
"contributors": [
{
"name": "Dave Mosher",
"email": "davidmosher@gmail.com",
"url": "http://github.com/davemo"
},
{
"name": "Will Laurance",
"email": "w.laurance@gmail.com",
"url": "https://github.com/wlaurance"
}
],
"name": "express-ember-handlebars",
"description": "express middleware for ember handlebars based on https://github.com/interlock/connect-handlebars",
"version": "0.0.4",
"repository": {
"type": "git",
"url": "git://github.com/wlaurance/express-ember-handlebars"
},
"keywords": [
"Handlebars",
"Express",
"middleware"
],
"homepage": "http://github.com/wlaurance/express-ember-handlebars",
"bugs": {
"url": "https://github.com/wlaurance/express-ember-handlebars/issues"
},
"main": "lib/express-handlebars.js",
"engines": {
"node": "*"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/wlaurance/express-ember-handlebars/blob/master/LICENSE"
}
]
}