-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (30 loc) · 795 Bytes
/
package.json
File metadata and controls
32 lines (30 loc) · 795 Bytes
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
{
"name": "omm",
"description": "An oject to markup mapper to keep plain html out of your JavaScript code",
"version": "0.9.3",
"author": {
"name": "Bernhard Bezdek",
"email": "bernhard.bezdek@googlemail.com"
},
"license": "MIT",
"keywords": [
"html",
"mapper",
"abstraction",
"layer",
"object",
"templating"
],
"repository": {
"type": "git",
"url": "git://github.com/BernhardBezdek/omm.git"
},
"engines": {
"node": ">= 0.6.0"
},
"readmeFilename": "https://github.com/BernhardBezdek/omm/blob/master/README.md",
"bugs": {
"url": "https://github.com/BernhardBezdek/omm/issues"
},
"homepage": "https://github.com/BernhardBezdek/omm/"
}