scaffolding for omi
This commit is contained in:
parent
690bf20195
commit
f19d9dad71
15
package.json
15
package.json
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue