scaffolding for omi

This commit is contained in:
kmdjs 2017-02-05 17:52:13 +08:00
parent 690bf20195
commit f19d9dad71
2 changed files with 29 additions and 2 deletions

View File

@ -30,5 +30,18 @@
"md-text-loader": "^0.1.0",
"node-libs-browser": "^0.5.3",
"webpack": "^1.14.0"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlloyTeam/omi.git"
},
"keywords": [
"omi"
],
"author": "dntzhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlloyTeam/omi/issues/new"
},
"homepage": "http://alloyteam.github.io/omi"
}

View File

@ -22,5 +22,19 @@
"run-sequence": "^1.2.2",
"webpack": "^1.14.0",
"webpack-stream": "^3.2.0"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlloyTeam/omi.git"
},
"keywords": [
"omi",
"omis"
],
"author": "dntzhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlloyTeam/omi/issues/new"
},
"homepage": "http://alloyteam.github.io/omi"
}