forked from medikoo/domjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 707 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 707 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": "domjs",
"version": "0.3.0",
"author": "Mariusz Nowak <medikoo+domjs@medikoo.com> (http://www.medikoo.com/)",
"description": "DOM template engine for client and server",
"keywords": [
"dom",
"build",
"builder",
"template",
"html"
],
"main": "lib/html5",
"repository": {
"type": "git",
"url": "git://github.com/medikoo/domjs.git"
},
"scripts": {
"test": "node ./node_modules/tad/bin/tad lib"
},
"dependencies": {
"es5-ext": "~0.9.1",
"event-emitter": "~0.2.1",
"dom-ext": "git://github.com/medikoo/dom-ext"
},
"devDependencies": {
"commander": "~1.1",
"jsdom": "~0.3.3",
"tad": "~0.1.12"
},
"licence": "MIT"
}