2019-01-24 13:48:44 +03:00
|
|
|
{
|
2019-02-06 19:22:21 +03:00
|
|
|
"name": "@github/session-resume",
|
2019-07-23 17:52:51 +03:00
|
|
|
"version": "0.0.4",
|
2019-02-06 19:22:21 +03:00
|
|
|
"description": "Annotate fields to be persisted on navigation away from the current page.",
|
|
|
|
"main": "dist/session-resume.umd.js",
|
|
|
|
"module": "dist/session-resume.esm.js",
|
2019-02-26 13:46:29 +03:00
|
|
|
"repository": "github/session-resume",
|
2019-01-24 13:48:44 +03:00
|
|
|
"scripts": {
|
2019-02-06 19:22:21 +03:00
|
|
|
"build": "rollup -c && cp session-resume.js.flow dist/session-resume.esm.js.flow && cp session-resume.js.flow dist/session-resume.umd.js.flow",
|
2019-02-21 16:40:40 +03:00
|
|
|
"lint": "github-lint",
|
2019-02-21 16:28:56 +03:00
|
|
|
"test": "karma start test/karma.config.js",
|
2019-02-06 19:22:21 +03:00
|
|
|
"clean": "rm -rf dist",
|
|
|
|
"prebuild": "npm run clean && npm run lint && mkdir dist",
|
|
|
|
"pretest": "npm run build",
|
|
|
|
"prepublishOnly": "npm run build"
|
2019-01-24 13:48:44 +03:00
|
|
|
},
|
2019-02-06 19:22:21 +03:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2019-01-24 13:48:44 +03:00
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
2019-02-14 15:52:00 +03:00
|
|
|
"license": "MIT",
|
2019-02-06 19:22:21 +03:00
|
|
|
"devDependencies": {
|
2019-07-05 13:56:07 +03:00
|
|
|
"@babel/core": "^7.5.0",
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.5.0",
|
|
|
|
"@babel/preset-env": "^7.5.0",
|
2019-02-06 19:22:21 +03:00
|
|
|
"@babel/preset-flow": "^7.0.0",
|
|
|
|
"chai": "^4.2.0",
|
2019-07-05 13:58:18 +03:00
|
|
|
"eslint": "^6.0.1",
|
|
|
|
"eslint-plugin-github": "^3.0.0",
|
|
|
|
"flow-bin": "^0.102.0",
|
2019-07-05 13:56:07 +03:00
|
|
|
"karma": "^4.1.0",
|
2019-02-06 19:22:21 +03:00
|
|
|
"karma-chai": "^0.1.0",
|
|
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
|
|
"karma-mocha": "^1.3.0",
|
|
|
|
"karma-mocha-reporter": "^2.2.5",
|
2019-07-05 13:58:18 +03:00
|
|
|
"mocha": "^6.1.4",
|
2019-07-05 13:56:07 +03:00
|
|
|
"rollup": "^1.16.6",
|
|
|
|
"rollup-plugin-babel": "^4.3.3"
|
2019-02-06 19:22:21 +03:00
|
|
|
},
|
2019-02-21 16:30:51 +03:00
|
|
|
"dependencies": {},
|
|
|
|
"eslintIgnore": [
|
|
|
|
"dist/"
|
|
|
|
]
|
2019-01-24 13:48:44 +03:00
|
|
|
}
|