smartfile/package.json

46 lines
1.3 KiB
JSON
Raw Normal View History

2015-11-03 18:57:29 +00:00
{
"name": "smartfile",
2016-05-19 22:32:16 +00:00
"version": "3.0.7",
2015-11-03 18:57:29 +00:00
"description": "offers smart ways to work with files in nodejs",
2016-03-14 02:50:14 +00:00
"main": "dist/index.js",
"typings":"dist/index.d.ts",
2015-11-03 18:57:29 +00:00
"scripts": {
2016-02-03 11:52:09 +00:00
"test": "(npmts)",
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": "^5.0.5",
2016-05-01 21:19:54 +00:00
"fs-extra": "^0.30.0",
2016-03-19 21:07:59 +00:00
"gulp": "^3.9.1",
"gulp-remote-src": "^0.4.1",
2016-05-19 21:20:26 +00:00
"js-yaml": "^3.6.1",
2016-04-04 22:37:10 +00:00
"q": "^1.4.1",
2016-05-01 21:19:54 +00:00
"request": "^2.72.0",
2015-12-08 19:33:13 +00:00
"require-reload": "0.2.2",
2016-04-04 22:37:10 +00:00
"vinyl": "^1.1.1",
"vinyl-file": "^2.0.0"
2015-11-03 18:57:29 +00:00
},
"devDependencies": {
2016-04-09 20:51:30 +00:00
"gulp-function": "^1.3.1",
"npmts": "^5.1.11",
"should": "^8.4.0"
2015-11-03 18:57:29 +00:00
}
}