68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"name": "react-native-popup-menu",
|
|
"version": "0.13.1",
|
|
"description": "extensible popup/context menu for react native",
|
|
"main": "src/index.js",
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"scripts": {
|
|
"test": "jest",
|
|
"lint": "eslint ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com:instea/react-native-popup-menu.git"
|
|
},
|
|
"author": "instea.co",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/instea/react-native-popup-menu/issues"
|
|
},
|
|
"homepage": "https://github.com/instea/react-native-popup-menu",
|
|
"typings": "src/index.d.ts",
|
|
"jest": {
|
|
"transform": {
|
|
".*": "<rootDir>/node_modules/babel-jest"
|
|
},
|
|
"testRegex": ".*-test.js",
|
|
"testPathIgnorePatterns": [
|
|
"/node_modules/",
|
|
"<rootDir>/examples/"
|
|
],
|
|
"moduleFileExtensions": [
|
|
"js"
|
|
],
|
|
"unmockedModulePathPatterns": [
|
|
"<rootDir>/node_modules/jasmine-reporters",
|
|
"<rootDir>/node_modules/react",
|
|
"<rootDir>/node_modules/chai",
|
|
"<rootDir>/__tests__/helpers.js",
|
|
"<rootDir>/node_modules/fbjs"
|
|
],
|
|
"verbose": true,
|
|
"collectCoverage": true,
|
|
"setupTestFrameworkScriptFile": "<rootDir>/setup-jasmine-env.js"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.8.0",
|
|
"babel-eslint": "^7.2.3",
|
|
"babel-jest": "^20.0.1",
|
|
"babel-polyfill": "^6.23.0",
|
|
"babel-preset-react": "^6.5.0",
|
|
"babel-preset-react-native": "^1.9.2",
|
|
"chai": "^3.5.0",
|
|
"eslint": "^3.19.0",
|
|
"eslint-plugin-react": "^7.0.0",
|
|
"jasmine-reporters": "^2.1.1",
|
|
"jest-cli": "^20.0.1",
|
|
"mocha": "^3.3.0",
|
|
"prop-types": "^15.5.10",
|
|
"react": "^16.3.1",
|
|
"react-dom": "^16.3.1",
|
|
"react-test-renderer": "^16.3.1",
|
|
"sinon": "^2.2.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|