@deg-skeletor/core
Version:
The core engine for the Skeletor family of build tools
35 lines (34 loc) • 766 B
JSON
{
"name": "@deg-skeletor/core",
"version": "1.1.1",
"description": "The core engine for the Skeletor family of build tools",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint index.js ./lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deg-skeletor/skeletor-core.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/deg-skeletor/skeletor-core/issues"
},
"homepage": "https://github.com/deg-skeletor/skeletor-core#readme",
"devDependencies": {
"eslint": "^4.19.1",
"jest": "^24.7.1",
"jest-mock-now": "^1.2.1"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"skeletor"
],
"dependencies": {
"chalk": "^2.4.1"
}
}