tat
Version:
Tiny custom tags
39 lines (38 loc) • 898 B
JSON
{
"name": "tat",
"description": "Tiny custom tags",
"keywords": [
"tat"
],
"version": "0.0.0",
"main": "tat.js",
"homepage": "https://github.com/lighterio/tat",
"repository": "https://github.com/lighterio/tat.git",
"bugs": {
"url": "https://github.com/lighterio/tat/issues"
},
"author": "Sam Eubank <sameubank@gmail.com>",
"contributors": [
"Sam Eubank <sameubank@gmail.com>"
],
"license": "MIT",
"engines": [
"node >= 0.2.6"
],
"scripts": {
"build": "node .chug.js",
"test": "./node_modules/exam/exam.js",
"cover": "./node_modules/exam/exam-cover.js",
"report": "open coverage/lcov-report/index.html",
"coveralls": "./node_modules/exam/exam-coveralls.js"
},
"dependencies": {
},
"devDependencies": {
"jymin": "^0.4.1",
"exam": "^0.2.2",
"express": "4.4.4",
"chug": "^0.3.1",
"figlet": "1.0.9"
}
}