smartpath/package.json
2016-11-27 00:15:33 +01:00

36 lines
806 B
JSON

{
"name": "smartpath",
"version": "3.2.7",
"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": {
"home": "^1.0.1",
"typings-global": "^1.0.14"
},
"devDependencies": {
"@types/should": "^8.1.30",
"npmts-g": "^5.2.10",
"should": "^11.1.1",
"typings-test": "^1.0.3"
}
}