sourcecat
Version:
Concatenate the source files of a project
31 lines • 689 B
JSON
{
"name": "sourcecat",
"version": "1.1.0",
"description": "Concatenate the source files of a project",
"main": "index.js",
"bin": {
"sourcecat": "./bin/sourcecat"
},
"scripts": {
"test": "node test/all.js",
"gendocs": "./bin/sourcecat | $(npm bin)/emu > README.md && cat LICENSE.md >> README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/DamonOehlman/sourcecat.git"
},
"keywords": [
"build",
"concat"
],
"author": "Damon Oehlman <damon.oehlman@gmail.com>",
"license": "MIT",
"dependencies": {
"async": "^2.0.1",
"glob": "^7.0.5"
},
"devDependencies": {
"emu": "^1.0.0",
"tape": "^4.6.0"
}
}