taobao-tmall-decoration
Version:
Node code for writing Taobao store or Tmall store frontend fitting prototype easily
31 lines (30 loc) • 648 B
JSON
{
"name": "taobao-tmall-decoration",
"version": "1.0.8",
"description": "Node code for writing Taobao store or Tmall store frontend fitting prototype easily",
"main": "index.js",
"scripts": {
"test": "mocha test/app.test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:jypblue/taobao-tmall-decoration.git"
},
"keywords": [
"Tmall",
"Taobao",
"Decoration"
],
"author": "zx.wang",
"license": "ISC",
"dependencies": {
"cheerio": "^0.20.0",
"colors": "^1.1.2",
"css": "^2.2.1",
"glob": "^7.0.5"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.2"
}
}