smartfile/package.json

37 lines
1.1 KiB
JSON
Raw Normal View History

2015-11-03 18:57:29 +00:00
{
"name": "smartfile",
2015-11-24 17:57:00 +00:00
"version": "0.0.7",
2015-11-03 18:57:29 +00:00
"description": "offers smart ways to work with files in nodejs",
"main": "index.js",
"scripts": {
2015-11-03 19:14:41 +00:00
"test": "(cd ts/compile && node compile.js) && (node test.js)",
2015-11-03 18:57:29 +00:00
"reinstall": "(rm -r node_modules && npm install)",
"release": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master)",
"startdev": "(git checkout master && git pull origin master)"
},
"repository": {
"type": "git",
"url": "https://github.com/pushrocks/smartfile.git"
},
"keywords": [
"filesystem",
"json"
],
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/smartfile/issues"
},
"homepage": "https://github.com/pushrocks/smartfile",
"dependencies": {
2015-11-24 17:52:24 +00:00
"beautylog": "1.0.4",
"fs-extra": "0.26.2",
"js-yaml": "3.4.5"
2015-11-03 18:57:29 +00:00
},
"devDependencies": {
"gulp": "3.9.0",
2015-11-03 19:29:19 +00:00
"gulp-typescript": "2.9.2",
2015-11-24 17:52:24 +00:00
"pushrocks": "1.0.22"
2015-11-03 18:57:29 +00:00
}
}