This commit is contained in:
Phil Kunz
2015-09-25 23:05:25 +02:00
parent 97d9e9addc
commit 0aadef013e
12 changed files with 2203 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"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": {
}
}