50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
{
|
|
"name": "ionic-material",
|
|
"version": "0.4.0",
|
|
"authors": [
|
|
"Zach Fitzgerald"
|
|
],
|
|
"description": "Ionic Material - Material Design for the Ionic Framework",
|
|
"main": "dist/ionic-material.min.js",
|
|
"keywords": [
|
|
"Ionic",
|
|
"Material",
|
|
"Design",
|
|
"Angular",
|
|
"Framework",
|
|
"Hybrid",
|
|
"Apps",
|
|
"Mobile"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "http://ionicmaterial.com",
|
|
"private": false,
|
|
"bugs": {
|
|
"url": "https://github.com/zachsoft/Ionic-Material/issues"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"gulp": "^3.7.0",
|
|
"gulp-concat": "^2.1.7",
|
|
"gulp-livereload": "^3.0.0",
|
|
"gulp-minify-css": "^0.3.0",
|
|
"gulp-rename": "^1.1.0",
|
|
"gulp-uglify": "^0.2.1",
|
|
"lodash": "^3.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"cz-conventional-changelog": "^1.1.0",
|
|
"gulp-sass": "^2.0.0",
|
|
"gulp-sourcemaps": "^1.5.2",
|
|
"gulp-webpack": "^1.4.0",
|
|
"node-libs-browser": "^0.5.0",
|
|
"webpack": "^1.9.7"
|
|
}
|
|
}
|