smartpath/package.json

27 lines
595 B
JSON
Raw Normal View History

2015-09-25 21:05:25 +00:00
{
"name": "smartpath",
"version": "1.0.1",
"description": "offers smart ways to handle paths",
"main": "index.js",
"scripts": {
"test": "cd ts/compile && gulp"
},
"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",
"dependencies": {
}
}