forked from patrickpissurno/li-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 855 Bytes
/
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
{
"name": "li-template",
"version": "1.1.1",
"description": "HTML template literals view engine with compiler for plain Node.js modules",
"main": "./lit.js",
"types": "./lit.d.ts",
"bin": {
"li-template": "./lit-cli.js"
},
"scripts": {
"start": "node ./lit-cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrickpissurno/li-template.git"
},
"keywords": [
"es6",
"literals",
"html",
"compiler",
"render",
"view",
"engine",
"fastest"
],
"author": "Patrick Pissurno <me@patrickpissurno.com.br> (https://patrickpissurno.com.br)",
"license": "MIT",
"bugs": {
"url": "https://github.com/patrickpissurno/li-template/issues"
},
"homepage": "https://github.com/patrickpissurno/li-template#readme",
"dependencies": {
"commander": "^2.14.1"
}
}