smartpath/package.json

32 lines
686 B
JSON
Raw Normal View History

2015-09-25 21:05:25 +00:00
{
"name": "smartpath",
2016-03-20 23:43:48 +00:00
"version": "3.0.1",
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",
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": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
"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": {
"beautylog": "^3.1.2"
},
"devDependencies": {
2016-03-12 08:36:30 +00:00
"npmts": "^3.3.2",
"should": "^8.2.2"
2016-03-12 07:24:05 +00:00
}
2015-09-25 21:05:25 +00:00
}