@ddsys/material
Version:
<p> <a href="https://bhp-dev.gitlab.io/dds-digital-design-system/">Read the docs</a> · <a href="mailto:UserExperience@bhpbilliton.com">Request feature</a> </p>
33 lines (32 loc) • 763 B
JSON
{
"name": "@ddsys/material",
"version": "1.0.2",
"description": "",
"main": "src/index.js",
"module": "lib/index.js",
"scripts": {
"build": "babel src --presets babel-preset-es2015 --out-dir lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BHP-DevHub/bhp-ui-material.git"
},
"keywords": [
"bhp",
"material"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/BHP-DevHub/bhp-ui-material/issues"
},
"homepage": "https://github.com/BHP-DevHub/bhp-ui-material#readme",
"dependencies": {
"color": "^3.0.0"
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
}
}