smartpath/package.json

35 lines
775 B
JSON
Raw Normal View History

2015-09-25 21:05:25 +00:00
{
"name": "smartpath",
2017-02-19 02:29:58 +00:00
"version": "3.2.8",
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": {
2016-03-12 07:24:05 +00:00
"test": "(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",
2016-03-12 07:24:05 +00:00
"dependencies": {
2016-06-14 03:16:43 +00:00
"home": "^1.0.1",
2016-09-30 15:08:09 +00:00
"typings-global": "^1.0.14"
2016-03-12 07:24:05 +00:00
},
"devDependencies": {
2017-02-19 02:29:54 +00:00
"npmts-g": "^6.0.0",
"smartchai": "^1.0.3",
2016-09-30 15:08:09 +00:00
"typings-test": "^1.0.3"
2016-03-12 07:24:05 +00:00
}
2015-09-25 21:05:25 +00:00
}