react-native-material-color
Version:
material color palette
33 lines (32 loc) • 860 B
JSON
{
"name": "react-native-material-color",
"version": "1.0.15",
"description": "material color palette",
"main": "lib/index.js",
"scripts": {
"transpile": "gulp transpile",
"prepublish": "npm run transpile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DerayGa/react-native-material-color.git"
},
"keywords": [
"material",
"color"
],
"author": "Deray",
"license": "ISC",
"bugs": {
"url": "https://github.com/DerayGa/react-native-material-color/issues"
},
"homepage": "https://github.com/DerayGa/react-native-material-color#readme",
"devDependencies": {
"babel-core": "^6.17.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2"
}
}