js-untar/package.json

40 wiersze
878 B
JSON
Czysty Zwykły widok Historia

2015-08-25 14:17:45 +00:00
{
"name": "untar",
"version": "0.0.1",
"description": "untar files in the browser",
"main": "",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Qvazar/js-untar.git"
},
"keywords": [
"js",
"untar",
"browser",
"extract"
],
"author": "Sebastian Joergensen <sebjorg@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Qvazar/js-untar/issues"
},
"homepage": "https://github.com/Qvazar/js-untar",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-add-src": "^0.2.0",
"gulp-concat": "^2.6.0",
"gulp-insert": "^0.5.0",
"gulp-jasmine": "^2.0.1",
"gulp-jshint": "^1.11.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.3.0",
"gulp-umd": "^0.2.0"
}
}