mirror of
https://github.com/encounter/react-add-to-calendar.git
synced 2026-07-10 21:18:44 -07:00
101 lines
2.9 KiB
JSON
101 lines
2.9 KiB
JSON
{
|
|
"author": "Jason Salzman",
|
|
"name": "react-add-to-calendar",
|
|
"description": "A simple and reusable add to calendar button component for React",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/jasonsalzman/react-add-to-calendar",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jasonsalzman/react-add-to-calendar.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jasonsalzman/react-add-to-calendar/issues"
|
|
},
|
|
"main": "dist/react-add-to-calendar.min.js",
|
|
"style": "dist/react-add-to-calendar.min.css",
|
|
"files": [
|
|
"*.md",
|
|
"dist",
|
|
"lib"
|
|
],
|
|
"keywords": [
|
|
"react",
|
|
"add-to-calendar",
|
|
"calendar",
|
|
"event",
|
|
"react-component"
|
|
],
|
|
"devDependencies": {
|
|
"babel-core": "^6.8.0",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-plugin-react-transform": "^2.0.2",
|
|
"babel-preset-airbnb": "^2.0.0",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"babel-preset-react": "^6.5.0",
|
|
"babel-preset-stage-0": "^6.5.0",
|
|
"chai": "^3.5.0",
|
|
"codecov.io": "^0.1.6",
|
|
"css-loader": "^0.23.0",
|
|
"enzyme": "^2.4.0",
|
|
"eslint": "^1.10.3",
|
|
"eslint-config-standard": "^4.4.0",
|
|
"eslint-plugin-promise": "^1.1.0",
|
|
"eslint-plugin-react": "^3.14.0",
|
|
"eslint-plugin-standard": "^1.3.2",
|
|
"express": "^4.13.3",
|
|
"extract-text-webpack-plugin": "^1.0.1",
|
|
"grunt": "1.0.1",
|
|
"grunt-babel": "^6.0.0",
|
|
"grunt-cli": "^1.2.0",
|
|
"grunt-contrib-sass": "1.0.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-eslint": "^17.3.2",
|
|
"grunt-karma": "^2.0.0",
|
|
"grunt-scss-lint": "^0.3.8",
|
|
"grunt-webpack": "^1.0.11",
|
|
"highlight.js": "^9.0.0",
|
|
"isparta-loader": "^2.0.0",
|
|
"jsdom": "^9.6.0",
|
|
"karma": "^1.2.0",
|
|
"karma-chai": "^0.1.0",
|
|
"karma-chrome-launcher": "^2.0.0",
|
|
"karma-coverage": "^1.0.0",
|
|
"karma-firefox-launcher": "^1.0.0",
|
|
"karma-mocha": "^1.0.1",
|
|
"karma-safari-launcher": "^1.0.0",
|
|
"karma-sinon": "^1.0.5",
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
"karma-webpack": "^1.7.0",
|
|
"lodash": "^4.3.0",
|
|
"mocha": "^3.0.2",
|
|
"mocha-jsdom": "^1.1.0",
|
|
"moment": "^2.13.0",
|
|
"node-sass": "^3.4.2",
|
|
"react": "^15.0.0",
|
|
"react-addons-test-utils": "^15.0.0",
|
|
"react-docgen": "^2.7.0",
|
|
"react-dom": "^15.0.0",
|
|
"react-transform-hmr": "^1.0.4",
|
|
"sass-loader": "^4.0.0",
|
|
"sinon": "^1.15.4",
|
|
"style-loader": "^0.13.1",
|
|
"webpack": "^1.13.0",
|
|
"webpack-dev-middleware": "^1.6.1",
|
|
"webpack-dev-server": "^1.14.1",
|
|
"webpack-hot-middleware": "^2.10.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^0.14.0 || ^15.0.0",
|
|
"react-dom": "^0.14.0 || ^15.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "NODE_ENV=production grunt build",
|
|
"start": "node server.js",
|
|
"test": "NODE_ENV=test grunt travis",
|
|
"eslint": "eslint **/*.js",
|
|
"prepublish": "npm run build",
|
|
"codecov": "cat coverage/*/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js"
|
|
}
|
|
}
|