smartpath/package.json

31 lines
657 B
JSON

{
"name": "smartpath",
"version": "1.0.2",
"description": "offers smart ways to handle paths",
"main": "index.js",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "https://github.com/pushrocks/smartpath.git"
},
"keywords": [
"json",
"jade",
"template"
],
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/smartpath/issues"
},
"homepage": "https://github.com/pushrocks/smartpath",
"dependencies": {
"beautylog": "^3.1.2"
},
"devDependencies": {
"npmts": "^3.3.2"
}
}