wixoss-fetch/package.json

33 lines
797 B
JSON
Raw Permalink Normal View History

2016-10-16 15:30:11 +02:00
{
"name": "wixoss-fetch",
"version": "0.0.1",
"description": "Fetch WIXOSS card data from the official site.",
"main": "index.js",
"scripts": {
"build": "gulp build"
},
"keywords": [
"wixoss",
"tcg"
],
"author": "WEBXOSS <webxoss@gmail.com> (https://twitter.com/WEBXOSS)",
"license": "MIT",
"devDependencies": {
"browserify": "^13.0.0",
"del": "^2.2.0",
2016-10-16 18:45:33 +02:00
"gulp": "^3.9.1",
2016-10-16 15:30:11 +02:00
"gulp-sourcemaps": "^2.0.0-alpha",
2016-10-16 18:45:33 +02:00
"tar-js": "^0.3.0",
2016-10-16 15:30:11 +02:00
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
2016-10-16 18:45:33 +02:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/webxoss/wixoss-fetch.git"
},
"bugs": {
"url": "https://github.com/webxoss/wixoss-fetch/issues"
},
"homepage": "https://github.com/webxoss/wixoss-fetch#readme"
2016-10-16 15:30:11 +02:00
}