90 lines
2.5 KiB
JSON
Executable File
90 lines
2.5 KiB
JSON
Executable File
{
|
|
"_args": [
|
|
[
|
|
"react-electron-web-view@2.0.1",
|
|
"/Users/easysoft/src/xuan/xxc/app"
|
|
]
|
|
],
|
|
"_from": "react-electron-web-view@2.0.1",
|
|
"_id": "react-electron-web-view@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-mEt7u+t341vMqSHcUBIPyPKw8n0=",
|
|
"_location": "/react-electron-web-view",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "react-electron-web-view@2.0.1",
|
|
"name": "react-electron-web-view",
|
|
"escapedName": "react-electron-web-view",
|
|
"rawSpec": "2.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react-electron-web-view/-/react-electron-web-view-2.0.1.tgz",
|
|
"_spec": "2.0.1",
|
|
"_where": "/Users/easysoft/src/xuan/xxc/app",
|
|
"author": {
|
|
"name": "Samuel Attard"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/MarshallOfSound/react-electron-web-view/issues"
|
|
},
|
|
"dependencies": {
|
|
"lodash.camelcase": "^4.3.0"
|
|
},
|
|
"description": "Electron WebView",
|
|
"devDependencies": {
|
|
"babel-core": "^6.17.0",
|
|
"babel-eslint": "^4.1.3",
|
|
"babel-preset-es2015": "^6.16.0",
|
|
"babel-preset-react": "^6.16.0",
|
|
"babelify": "^7.3.0",
|
|
"browserify": "^13.1.1",
|
|
"chai": "^3.5.0",
|
|
"cross-env": "^3.1.3",
|
|
"electron": "^1.4.4",
|
|
"electron-mocha": "^3.1.1",
|
|
"enzyme": "^2.5.1",
|
|
"eslint": "^3.8.0",
|
|
"eslint-config-airbnb": "^12.0.0",
|
|
"eslint-plugin-import": "^1.16.0",
|
|
"eslint-plugin-jsx-a11y": "^2.2.3",
|
|
"eslint-plugin-react": "^6.3.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-rimraf": "^0.2.0",
|
|
"gulp-util": "^3.0.7",
|
|
"react": "^15.0.0",
|
|
"react-addons-test-utils": "^15.3.2",
|
|
"react-dom": "^15.0.0",
|
|
"vinyl-source-stream": "^1.1.0"
|
|
},
|
|
"homepage": "https://github.com/MarshallOfSound/react-electron-web-view",
|
|
"keywords": [
|
|
"react",
|
|
"react-component"
|
|
],
|
|
"main": "lib/ElectronWebView.js",
|
|
"name": "react-electron-web-view",
|
|
"peerDependencies": {
|
|
"react": "^15.0.0",
|
|
"react-dom": "^15.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/MarshallOfSound/react-electron-web-view.git"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp clean && gulp build",
|
|
"lint": "exit 0",
|
|
"mocha": "electron-mocha test/*_spec.js --renderer --compilers js:babel-core/register --timeout=10000",
|
|
"pretest": "npm run build",
|
|
"test": "npm run lint && npm run mocha",
|
|
"watch": "gulp watch"
|
|
},
|
|
"version": "2.0.1"
|
|
}
|