smartpath/package.json

33 lines
801 B
JSON
Raw Normal View History

2015-09-25 21:05:25 +00:00
{
2018-07-21 21:26:11 +00:00
"name": "@pushrocks/smartpath",
2017-02-19 02:29:58 +00:00
"version": "3.2.8",
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",
2016-03-12 08:58:19 +00:00
"main": "dist/index.js",
2016-04-30 10:08:44 +00:00
"typings": "dist/index.d.ts",
2015-09-25 21:05:25 +00:00
"scripts": {
2018-07-21 21:26:11 +00:00
"test": "tsrun test/test.ts",
"build": "(npmts)"
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": {
2018-07-21 21:26:11 +00:00
"@gitzone/tsrun": "^1.1.9",
"@pushrocks/tapbundle": "^3.0.1",
"@types/node": "^10.5.2"
2016-03-12 07:24:05 +00:00
}
2018-07-21 21:26:11 +00:00
}