2015-11-03 18:57:29 +00:00
|
|
|
{
|
|
|
|
"name": "smartfile",
|
2016-09-17 21:10:34 +00:00
|
|
|
"version": "4.0.16",
|
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",
|
2016-05-23 02:11:58 +00:00
|
|
|
"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)",
|
2015-12-03 19:48:32 +00:00
|
|
|
"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",
|
2016-06-23 17:02:34 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/smartfile.git"
|
2015-11-03 18:57:29 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"filesystem",
|
|
|
|
"json"
|
|
|
|
],
|
|
|
|
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-06-23 17:02:34 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/smartfile/issues"
|
2015-11-03 18:57:29 +00:00
|
|
|
},
|
2016-06-23 17:02:34 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartfile",
|
2015-11-03 18:57:29 +00:00
|
|
|
"dependencies": {
|
2016-08-03 10:25:15 +00:00
|
|
|
"@types/fs-extra": "0.x.x",
|
|
|
|
"@types/q": "0.x.x",
|
2016-09-17 21:10:27 +00:00
|
|
|
"beautylog": "^5.0.23",
|
2016-05-01 21:19:54 +00:00
|
|
|
"fs-extra": "^0.30.0",
|
2016-09-02 14:31:39 +00:00
|
|
|
"glob": "^7.0.6",
|
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-09-02 14:31:39 +00:00
|
|
|
"request": "^2.74.0",
|
2015-12-08 19:33:13 +00:00
|
|
|
"require-reload": "0.2.2",
|
2016-09-02 14:31:39 +00:00
|
|
|
"typings-global": "^1.0.14",
|
|
|
|
"vinyl": "^1.2.0",
|
2016-04-04 22:37:10 +00:00
|
|
|
"vinyl-file": "^2.0.0"
|
2015-11-03 18:57:29 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-09-02 14:31:39 +00:00
|
|
|
"@types/should": "^8.1.29",
|
2016-06-23 16:31:55 +00:00
|
|
|
"gulp-function": "^1.3.6",
|
2016-09-02 14:31:39 +00:00
|
|
|
"npmts-g": "^5.2.8",
|
|
|
|
"should": "^11.1.0",
|
2016-09-17 21:10:27 +00:00
|
|
|
"typings-test": "^1.0.3"
|
2015-11-03 18:57:29 +00:00
|
|
|
}
|
|
|
|
}
|