Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from ajmichels/box-config
Browse files Browse the repository at this point in the history
Adding CommandBox package file.
  • Loading branch information
s992 committed Feb 11, 2015
2 parents d5aaf47 + e8ba59d commit d4014e9
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions box.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "ChromeLogger CF",
"slug":"chromelogger-cf",
"version": "1.0.0",
"author": "Sean Walsh",
"location": "https://github.com/s992/chromelogger-cf",
"createPackageDirectory": true,
"packageDirectory": "ChromeLoggerCF",
"homepage": "https://github.com/s992/chromelogger-cf",
"documentation": "https://github.com/s992/chromelogger-cf/wiki",
"repository": {
"type": "git",
"url": "https://github.com/s992/chromelogger-cf.git"
},
"bugs": "https://github.com/s992/chromelogger-cf/issues",
"shortDescription": "CFML Implementation of ChromeLogger",
"description": "ColdFusion component for logging variables to Google Chrome console using the Chrome Logger extension, found at http://chromelogger.com.",
"type": "logging",
"keywords": ["logging","debugging","development"],
"private": false,
"engines":[
{
"type": "railo",
"version": ">=4.1.x"
},
{
"type": "adobe",
"version": ">=9.0.0"
}
]
}

0 comments on commit d4014e9

Please sign in to comment.