UNPKG

react-interactive-quiz-component

Version:

Simple Interactive Quiz component

37 lines (36 loc) 973 B
{ "name": "react-interactive-quiz-component", "version": "1.1.1", "description": "Simple Interactive Quiz component", "main": "build/PlayQuiz.js", "peerDependencies": { "react": "^15.5.4" }, "keywords": [ "quiz","interactive","interactive-quiz","quizz","quiiz","practice test","test","exam" ], "dependencies": { "css-loader": "^0.28.7", "react": "^15.5.4", "style-loader": "^0.19.1", "webpack": "^2.6.1" }, "readme": "readme.md", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack --watch", "build": "webpack" }, "author": { "name": "Sathyanarayanan R", "email": "geetika.sathyanarayanan@gmail.com" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-loader": "^7.0.0", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.5.1" } }