46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "omi-pr",
|
|
"version": "0.1.1",
|
|
"description": "Pre-Render for Omi.js",
|
|
"bin": {
|
|
"omi-pr": "./bin/omi-pr"
|
|
},
|
|
"scripts": {
|
|
|
|
},
|
|
"dependencies": {
|
|
"omi": "latest",
|
|
"omi-router": "latest",
|
|
"omi-pr":"latest",
|
|
|
|
"babel-core": "^6.22.1",
|
|
"babel-loader": "^6.2.10",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.0",
|
|
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
|
|
"babel-plugin-transform-es3-property-literals": "^6.22.0",
|
|
"babel-preset-es2015": "^6.22.0",
|
|
"babel-preset-stage-0": "^6.22.0",
|
|
"babel-runtime": "6.23.0",
|
|
|
|
"jsdom": "^9.12.0",
|
|
"string-loader": "0.0.1",
|
|
"webpack": "^2.2.1"
|
|
},
|
|
"devDependencies": {
|
|
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AlloyTeam/omi.git"
|
|
},
|
|
"keywords": [
|
|
"omi",
|
|
"omi-pr"
|
|
],
|
|
"author": "dntzhang",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/AlloyTeam/omi/issues/new"
|
|
},
|
|
"homepage": "http://alloyteam.github.io/omi"
|
|
} |