smartfile/package.json

52 lines
1.5 KiB
JSON
Raw Normal View History

2015-11-03 18:57:29 +00:00
{
"name": "smartfile",
2017-01-01 02:16:23 +00:00
"version": "4.1.2",
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)",
"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",
"@types/vinyl": "^2.0.0",
"beautylog": "^6.0.0",
"fs-extra": "^1.0.0",
"glob": "^7.1.1",
"js-yaml": "^3.7.0",
2016-04-04 22:37:10 +00:00
"q": "^1.4.1",
"request": "^2.79.0",
2015-12-08 19:33:13 +00:00
"require-reload": "0.2.2",
"smartpath": "^3.2.7",
2016-09-02 14:31:39 +00:00
"typings-global": "^1.0.14",
"vinyl": "^2.0.1",
2016-04-04 22:37:10 +00:00
"vinyl-file": "^2.0.0"
2015-11-03 18:57:29 +00:00
},
"devDependencies": {
2016-09-20 15:56:49 +00:00
"@types/should": "^8.1.30",
"gulp-function": "^2.2.3",
"npmts-g": "^5.2.10",
"should": "^11.1.2",
2016-09-17 21:11:44 +00:00
"typings-test": "^1.0.3"
2015-11-03 18:57:29 +00:00
}
}