smartpath/package.json

48 lines
1.1 KiB
JSON
Raw Normal View History

2015-09-25 21:05:25 +00:00
{
2018-07-21 21:26:11 +00:00
"name": "@pushrocks/smartpath",
2020-04-13 18:10:05 +00:00
"version": "4.0.3",
2018-07-21 21:26:11 +00:00
"private": false,
2015-09-25 21:05:25 +00:00
"description": "offers smart ways to handle paths",
2020-04-13 17:30:49 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2015-09-25 21:05:25 +00:00
"scripts": {
2020-04-13 17:30:49 +00:00
"test": "(tstest test)",
"build": "(tsbuild)"
2015-09-25 21:05:25 +00:00
},
"repository": {
"type": "git",
"url": "https://github.com/pushrocks/smartpath.git"
},
"keywords": [
"json",
"jade",
"template"
],
"author": "Lossless GmbH <office@lossless.com> (https://lossless.com)",
2015-09-25 21:05:25 +00:00
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/smartpath/issues"
},
"homepage": "https://github.com/pushrocks/smartpath",
2018-07-21 21:26:11 +00:00
"dependencies": {},
2016-03-12 07:24:05 +00:00
"devDependencies": {
2020-04-13 18:10:05 +00:00
"@gitzone/tsbuild": "^2.1.22",
2020-04-13 17:30:49 +00:00
"@gitzone/tsrun": "^1.2.8",
"@gitzone/tstest": "^1.0.28",
2020-04-13 18:10:05 +00:00
"@pushrocks/tapbundle": "^3.2.1",
"@types/node": "^13.11.1"
2020-04-13 17:30:49 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2020-04-13 17:30:49 +00:00
}