mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
# Conflicts: # jsowell-ui/.env.development # jsowell-ui/.env.staging # jsowell-ui/bin/build-sit.bat # jsowell-ui/bin/build.bat # jsowell-ui/src/api/adapayMember/adapayMember.js # jsowell-ui/src/api/pile/merchant.js # jsowell-ui/src/router/index.js # jsowell-ui/src/views/financial/financeDetail.vue # jsowell-ui/src/views/financial/merchant.vue # jsowell-ui/src/views/homeIndex/homeIndex.vue # jsowell-ui/src/views/login.vue # jsowell-ui/src/views/pile/basic/detail.vue # jsowell-ui/src/views/pile/station/components/SiteInfo.vue # jsowell-ui/src/views/pile/station/detail.vue # jsowell-ui/src/views/pile/station/orderReport.vue
41 lines
916 B
JSON
41 lines
916 B
JSON
{
|
|
"name": "connect-history-api-fallback",
|
|
"version": "1.6.0",
|
|
"description": "Provides a fallback for non-existing directories so that the HTML 5 history API can be used.",
|
|
"keyswords": [
|
|
"connect",
|
|
"html5",
|
|
"history api",
|
|
"fallback",
|
|
"spa"
|
|
],
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
},
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"test": "eslint lib/index.js test/index_test.js && nodeunit test/index_test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/bripkens/connect-history-api-fallback.git"
|
|
},
|
|
"author": {
|
|
"name": "Ben Ripkens",
|
|
"email": "bripkens.dev@gmail.com",
|
|
"url": "http://bripkens.de"
|
|
},
|
|
"contributors": [
|
|
"Craig Myles <cr@igmyles.com> (http://www.craigmyles.com)"
|
|
],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"eslint": "^0.18.0",
|
|
"nodeunit": "^0.11.3",
|
|
"sinon": "^1.14.1"
|
|
}
|
|
}
|