smartarchive/package.json

32 lines
777 B
JSON
Raw Normal View History

2016-01-18 18:38:55 +00:00
{
2017-03-12 21:16:48 +00:00
"name": "smartarchive",
2017-03-12 21:35:38 +00:00
"version": "1.0.4",
2017-03-12 21:20:10 +00:00
"description": "work with archives",
2017-03-12 21:35:36 +00:00
"main": "dist/index.js",
"typings": "dist/index.d.ts",
2016-01-18 18:38:55 +00:00
"scripts": {
2016-01-18 21:17:24 +00:00
"test": "(npmts)",
"testm": "(npm test) && (node test.js)"
2016-01-18 18:38:55 +00:00
},
"repository": {
"type": "git",
2017-03-12 21:16:48 +00:00
"url": "git+https://github.com/pushrocks/smartarchive.git"
2016-01-18 18:38:55 +00:00
},
2017-03-12 21:16:48 +00:00
"author": "Lossless GmbH",
2016-01-18 18:38:55 +00:00
"license": "MIT",
"bugs": {
2017-03-12 21:16:48 +00:00
"url": "https://github.com/pushrocks/smartarchive/issues"
2016-01-18 18:38:55 +00:00
},
2017-03-12 21:16:48 +00:00
"homepage": "https://github.com/pushrocks/smartarchive#readme",
2016-01-18 18:38:55 +00:00
"dependencies": {
2017-03-12 21:35:36 +00:00
"@types/gulp": "^4.0.0",
2017-03-12 21:16:48 +00:00
"beautylog": "^6.1.5",
2017-03-12 21:35:36 +00:00
"gulp": "^3.9.1",
"gulp-remote-src": "^0.4.2",
2017-03-12 21:16:48 +00:00
"gulp-unzip": "^0.2.0",
"smartfile": "^4.1.8",
"smartpath": "^3.2.8"
2016-01-18 18:38:55 +00:00
},
2017-03-12 21:35:36 +00:00
"devDependencies": {}
2016-01-18 18:38:55 +00:00
}