smartfile/package.json

41 lines
1.2 KiB
JSON
Raw Normal View History

2015-11-03 18:57:29 +00:00
{
"name": "smartfile",
2015-12-03 19:48:38 +00:00
"version": "0.0.8",
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)",
"update": "(git checkout master && git pull origin master && npm install)",
"upgrade": "(npm run update) && (ncu upgradeAll && npm install)"
2015-11-03 18:57:29 +00:00
},
"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": {
"beautylog": "1.0.6",
2015-11-24 17:52:24 +00:00
"fs-extra": "0.26.2",
"install": "^0.4.0",
"js-yaml": "3.4.6",
"vinyl": "^1.1.0",
"vinyl-file": "^1.3.0"
2015-11-03 18:57:29 +00:00
},
"devDependencies": {
"gulp": "3.9.0",
"gulp-typescript": "2.10.0",
"pushrocks": "1.0.23"
2015-11-03 18:57:29 +00:00
}
}