mirror of
https://github.com/webxoss/wixoss-fetch.git
synced 2024-11-20 05:49:55 +01:00
32 lines
797 B
JSON
32 lines
797 B
JSON
{
|
|
"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",
|
|
"gulp": "^3.9.1",
|
|
"gulp-sourcemaps": "^2.0.0-alpha",
|
|
"tar-js": "^0.3.0",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^1.1.0"
|
|
},
|
|
"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"
|
|
}
|