react-sweetalert
Version:
A beautiful replacement for JavaScript's Alert with reactJS
54 lines (53 loc) • 1.21 kB
JSON
{
"name": "react-sweetalert",
"version": "0.0.1",
"description": "A beautiful replacement for JavaScript's Alert with reactJS",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/waynelkh/react-sweetalert.git"
},
"keywords": [
"sweetalert",
"alert",
"react",
"reactjs",
"react-component"
],
"author": {
"name": "waynelkh",
"email": "waynelkh",
"url": "https://github.com/waynelkh"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/waynelkh/react-sweetalert/issues"
},
"homepage": "https://github.com/waynelkh/react-sweetalert",
"dependencies": {
"react": "^0.12.0"
},
"jest": {
"scriptPreprocessor": "<rootDir>/test/__preprocessor__.js",
"testPathDirs": [
"<rootDir>/src"
],
"testPathIgnorePatterns": [
"/node_modules/",
"<rootDir>/node_modules/"
],
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
]
},
"devDependencies": {
"css-loader": "^0.9.1",
"jsx-loader": "^0.12.2",
"react-hot-loader": "^1.1.4",
"webpack": "^1.5.3",
"webpack-dev-server": "^1.7.0"
}
}