d2-ui
Version:
163 lines (162 loc) • 4.61 kB
JSON
{
"_args": [
[
"material-ui@0.14.4",
"/Users/nico/Documents/dhis/webapps/d2-ui"
]
],
"_from": "material-ui@0.14.4",
"_id": "material-ui@0.14.4",
"_inCache": true,
"_installable": true,
"_location": "/material-ui",
"_nodeVersion": "0.12.0",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/material-ui-0.14.4.tgz_1454460572615_0.6854069426190108"
},
"_npmUser": {
"email": "hai@call-em-all.com",
"name": "hai-cea"
},
"_npmVersion": "2.5.1",
"_phantomChildren": {},
"_requested": {
"name": "material-ui",
"raw": "material-ui@0.14.4",
"rawSpec": "0.14.4",
"scope": null,
"spec": "0.14.4",
"type": "version"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/material-ui/-/material-ui-0.14.4.tgz",
"_shasum": "52f67627361ec31f52034dfe410e703804546cbc",
"_shrinkwrap": null,
"_spec": "material-ui@0.14.4",
"_where": "/Users/nico/Documents/dhis/webapps/d2-ui",
"author": {
"name": "Call-em-all Engineering Team"
},
"bugs": {
"url": "https://github.com/callemall/material-ui/issues"
},
"dependencies": {
"inline-style-prefixer": "^0.6.6",
"lodash.flowright": "^3.2.1",
"lodash.merge": "^3.3.2",
"lodash.throttle": "~3.0.4",
"react-addons-create-fragment": "^0.14.0",
"react-addons-pure-render-mixin": "^0.14.0",
"react-addons-transition-group": "^0.14.0",
"react-addons-update": "^0.14.0",
"warning": "^2.1.0"
},
"description": "Material Design UI components built with React",
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.3.21",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-dev-warning": "^0.1.0",
"babel-plugin-transform-react-constant-elements": "^6.3.13",
"babel-plugin-transform-react-inline-elements": "^6.3.13",
"babel-plugin-transform-react-remove-prop-types": "^0.1.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"babel-runtime": "^6.3.19",
"babelify": "^7.2.0",
"browserify-istanbul": "^0.2.1",
"chai": "^3.2.0",
"eslint": "^1.8.0",
"eslint-loader": "^1.1.1",
"eslint-plugin-react": "^3.2.2",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-if": "^2.0.0",
"karma": "^0.13.3",
"karma-browserify": "^4.2.1",
"karma-chai-sinon": "^0.1.5",
"karma-coverage": "^0.5.3",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.4",
"karma-phantomjs-launcher": "^0.2.0",
"mocha": "^2.2.5",
"phantomjs": "^1.9.17",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.3",
"react-dom": "^0.14.0",
"react-hot-loader": "^1.3.0",
"react-tap-event-plugin": "^0.2.0",
"recursive-readdir-sync": "^1.0.6",
"rimraf": "^2.4.3",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0",
"webpack": "^1.12.9"
},
"directories": {},
"dist": {
"shasum": "52f67627361ec31f52034dfe410e703804546cbc",
"tarball": "https://registry.npmjs.org/material-ui/-/material-ui-0.14.4.tgz"
},
"gitHead": "de2bee1335ff1fd701a60cb3d739cf919dbd77ce",
"homepage": "http://material-ui.com/",
"keywords": [
"react",
"react-component",
"material design",
"material-ui",
"material ui"
],
"license": "MIT",
"main": "./lib",
"maintainers": [
{
"email": "engineering@call-em-all.com",
"name": "callemall"
},
{
"email": "hai@call-em-all.com",
"name": "hai-cea"
},
{
"email": "jtollerene@gmail.com",
"name": "jtollerene"
},
{
"email": "muhammad_martinez@yahoo.com",
"name": "mmrtnz"
},
{
"email": "shaurya.arora1@gmail.com",
"name": "shaurya947"
}
],
"name": "material-ui",
"optionalDependencies": {},
"peerDependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-tap-event-plugin": "^0.2.0"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/callemall/material-ui.git"
},
"scripts": {
"build": "babel ./src --out-dir ./lib",
"lint": "gulp eslint:src && gulp eslint:docs && gulp eslint:test",
"prebuild": "rimraf lib",
"prepublish": "npm run build",
"test": "npm run test-base -- --single-run",
"test-base": "karma start",
"test-watch": "npm run test-base -- --auto-watch"
},
"version": "0.14.4"
}