-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1001 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
{
"name": "cfml-htmlhelper",
"version": "0.9.4",
"description": "A CFML based component that returns Lambda expressions for minifying HTML at runtime",
"scripts": {
"cfformat": "box fmt components/*.cfc,Application.cfc,cftasks/*.cfc --overwrite",
"startLuceeWindows": "serve.bat",
"startLuceeLuceeMacLinux": "serve.sh",
"generateStaticHtmlFiles": "box task run ./cfTasks/generateStaticHTML.cfc -cliworkingdir=./",
"Run Tests": "start http://localhost:8080/testbox/tests/runner.cfm",
"Get Sources Of Tests": "start http://localhost:8080/mytests/getHttpTestResults.cfm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreasRu/cfml-Htmlhelper.git"
},
"keywords": [
"cfml",
"coldfusion",
"lucee",
"minifier",
"html"
],
"author": "C. Andreas Rüger",
"license": "MIT",
"bugs": {
"url": "https://github.com/andreasRu/cfml-htmlhelper/issues"
},
"homepage": "https://github.com/andreasRu/cfml-htmlhelper#readme"
}