kitchensink
Version:
Dispatch's awesome components and style guide
168 lines (167 loc) • 5.13 kB
JSON
{
"_args": [
[
"radium@0.18.0",
"/Users/derekcaneja/Git/dispatch.me/kitchen/examples"
]
],
"_from": "radium@0.18.0",
"_id": "radium@0.18.0",
"_inCache": true,
"_installable": true,
"_location": "/radium",
"_nodeVersion": "6.3.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/radium-0.18.0.tgz_1468608228483_0.5138519539032131"
},
"_npmUser": {
"email": "kyle@kylecesmat.com",
"name": "kylecesmat"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"name": "radium",
"raw": "radium@0.18.0",
"rawSpec": "0.18.0",
"scope": null,
"spec": "0.18.0",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/radium/-/radium-0.18.0.tgz",
"_shasum": "52cce8f40f19a2d84b7a7d10938675d9da51de02",
"_shrinkwrap": null,
"_spec": "radium@0.18.0",
"_where": "/Users/derekcaneja/Git/dispatch.me/kitchen/examples",
"bugs": {
"url": "https://github.com/formidablelabs/radium/issues"
},
"dependencies": {
"array-find": "^1.0.0",
"exenv": "^1.2.0",
"inline-style-prefixer": "^1.0.3",
"rimraf": "^2.4.0"
},
"description": "A set of tools to manage inline styles on React elements",
"devDependencies": {
"babel-cli": "^6.3.15",
"babel-core": "^6.3.15",
"babel-eslint": "^6.1.0",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-plugin-transform-decorators-legacy": "^1.2.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.7.4",
"babel-preset-es2015-loose": "^6.1.3",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.3.13",
"chai": "^3.0.0",
"color": "^0.11.3",
"concurrently": "^2.2.0",
"coveralls": "^2.11.2",
"eslint": "^2.5.3",
"eslint-plugin-flow-vars": "^0.4.0",
"eslint-plugin-react": "^5.0.1",
"express": "^4.13.3",
"express-http-proxy": "^0.7.2",
"flow-bin": "^0.20.1",
"in-publish": "^2.0.0",
"inject-loader": "^2.0.0",
"isparta-loader": "^2.0.0",
"karma": "^1.1.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-coverage": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.0.3",
"karma-phantomjs-launcher": "^1.0.1",
"karma-phantomjs-shim": "^1.0.0",
"karma-sinon-chai": "^1.2.1",
"karma-webpack": "^1.7.0",
"lodash.merge": "^4.0.2",
"lolex": "^1.4.0",
"mocha": "^2.2.5",
"node-libs-browser": "^0.5.2",
"nodemon": "^1.4.1",
"object-assign": "^4.0.1",
"phantomjs-prebuilt": "^2.1.7",
"react": "^15.0.1",
"react-addons-test-utils": "^15.0.1",
"react-dom": "^15.0.1",
"sinon": "^1.15.3",
"sinon-chai": "^2.8.0",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0"
},
"directories": {
"example": "examples"
},
"dist": {
"shasum": "52cce8f40f19a2d84b7a7d10938675d9da51de02",
"tarball": "https://registry.npmjs.org/radium/-/radium-0.18.0.tgz"
},
"gitHead": "f4ab89d07f8885560aec61aa69056491c9ec9768",
"homepage": "https://github.com/formidablelabs/radium",
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "alexlande",
"email": "alexlande@gmail.com"
},
{
"name": "coopy",
"email": "per@sproutlab.com"
},
{
"name": "eastridge",
"email": "ryan@eastridge.me"
},
{
"name": "formidable",
"email": "admin@formidablelabs.com"
},
{
"name": "ianobermiller",
"email": "ian@obermillers.com"
},
{
"name": "kylecesmat",
"email": "kyle@kylecesmat.com"
},
{
"name": "tptee",
"email": "tyler@tylerpaulthompson.com"
}
],
"name": "radium",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/formidablelabs/radium.git"
},
"scripts": {
"babel": "rimraf lib && babel src/ -d lib/",
"deps-fix": "babel-node ./npm-scripts/move-babel-to-dependencies.js",
"deps-restore": "git checkout package.json",
"dist": "webpack && webpack --config=webpack.config.minified.js",
"examples": "webpack-dev-server --config examples/webpack.config.js --no-info --content-base examples/",
"flow": "node -e \"process.exit(process.platform === 'win32' ? 0 : 1)\" || flow check",
"lib": "npm run babel && rimraf lib/__tests__ lib/__mocks__",
"lint": "eslint src examples --ext .js --ext .jsx && npm run flow",
"postinstall": "cd lib || npm run lib",
"postpublish": "npm run deps-restore",
"prepublish": "npm run lib && npm run dist && not-in-publish || (npm test && npm run lint && npm run deps-fix)",
"start": "babel-node examples/server.js",
"test": "karma start",
"test-coverage": "karma start karma.conf.coverage.js",
"test-dev": "karma start --no-single-run --auto-watch",
"test-ie": "karma start karma.conf.ie.js",
"universal": "concurrent --kill-others \"npm start\" \"npm run examples\""
},
"version": "0.18.0"
}