react-kube
Version:
Kube CSS in React Components
54 lines (53 loc) • 1.44 kB
JSON
{
"name": "react-kube",
"description": "Kube CSS in React Components",
"author": "Raymond Muller <raymond.muller.1989@gmail.com>",
"version": "0.3.0",
"keywords": ["react", "reactjs", "kube", "react-component"],
"devDependencies": {
"babel": "^5.2.17",
"babelify": "^6.0.2",
"browserify": "^9.0.8",
"del": "^1.1.1",
"eslint": "^0.21.0",
"eslint-plugin-react": "^2.2.0",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-connect": "^2.2.0",
"gulp-minify-css": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^1.3.3",
"gulp-uglify": "^1.2.0",
"karma": "^0.12.31",
"karma-babel-preprocessor": "^5.1.0",
"karma-browserify": "^4.1.2",
"karma-cli": "0.0.4",
"karma-coverage": "^0.3.1",
"karma-firefox-launcher": "^0.1.5",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-phantomjs-shim": "^1.0.0",
"karma-spec-reporter": "0.0.19",
"mocha": "^2.2.4",
"opn": "^1.0.2",
"phantom": "^0.7.2",
"reactify": "^1.1.1",
"run-sequence": "^1.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"classnames": "^2.1.1",
"highlight.js": "^8.5.0",
"react": "^0.13.2",
"react-highlight": "^0.4.1"
},
"eslintConfig": {
"env": {
"amd": true,
"es6": true
}
}
}