UNPKG

glint-tasks

Version:

collection of tasks to automate handling the glint modules

48 lines (47 loc) 1.19 kB
{ "name": "glint-tasks", "version": "1.1.1", "description": "collection of tasks to automate handling the glint modules", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "link-glint": "export NODE_ENV=development && assets-bundler --src '../glint-*' --dest 'node_modules/glint-*'", "start": "node index.js" }, "keywords": [ "glint", "cms", "glintcms", "task", "tasks" ], "author": "Andi Neck", "license": "MIT", "dependencies": { "async": "^1.4.2", "chalk": "^1.1.1", "clone": "^1.0.2", "debug": "^2.2.0", "dedupe": "^1.0.1", "defaults": "^1.0.2", "dot": "^1.0.3", "glob": "^5.0.14", "lodash.includes": "^3.1.3", "mingo": "^0.6.0", "minimist": "^1.2.0", "requireomat": "^1.1.1", "run-series": "^1.1.2", "shelljs": "^0.5.3", "sliced": "^1.0.1", "sprintf-js": "^1.0.3", "subarg": "^1.0.0" }, "repository": { "type": "git", "url": "https://github.com/glintcms/glint-tasks.git" }, "bugs": { "url": "https://github.com/glintcms/glint-tasks/issues" }, "homepage": "https://github.com/glintcms/glint-tasks" }