smartpath/package.json
2016-04-30 12:07:49 +02:00

34 lines
733 B
JSON

{
"name": "smartpath",
"version": "3.1.5",
"description": "offers smart ways to handle paths",
"main": "dist/index.js",
"typings":"dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "https://github.com/pushrocks/smartpath.git"
},
"keywords": [
"json",
"jade",
"template"
],
"author": "Lossless GmbH <office@lossless.com> (https://lossless.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/smartpath/issues"
},
"homepage": "https://github.com/pushrocks/smartpath",
"dependencies": {
"beautylog": "^4.1.2",
"home": "^1.0.1"
},
"devDependencies": {
"npmts": "^5.1.0",
"should": "^8.3.1"
}
}