smartarchive/package.json

29 lines
659 B
JSON
Raw Normal View History

2016-01-18 18:38:55 +00:00
{
2017-03-12 21:16:48 +00:00
"name": "smartarchive",
2016-01-20 03:01:31 +00:00
"version": "1.0.3",
2017-03-12 21:20:10 +00:00
"description": "work with archives",
2016-01-18 18:38:55 +00:00
"main": "index.js",
"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:16:48 +00:00
"beautylog": "^6.1.5",
"gulp-unzip": "^0.2.0",
"smartfile": "^4.1.8",
"smartpath": "^3.2.8"
2016-01-18 18:38:55 +00:00
},
"devDependencies": {
}
}