123456789101112131415161718192021222324252627 |
- {
- "name": "ionic-ratings",
- "version": "0.3.0",
- "description": "A ratings plugin for IONIC framework",
- "main": [
- "./dist/ionic-ratings.min.js"
- ],
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git@github-personal:rajeshwarpatlolla/ionic-ratings.git"
- },
- "keywords": [
- "ionic-ratings"
- ],
- "author": "rajeshwar.patlolla@gmail.com",
- "license": "MIT",
- "devDependencies": {
- "del": "^2.2.2",
- "gulp": "^3.9.1",
- "gulp-concat": "^2.6.0",
- "gulp-uglify": "^1.5.4"
- }
- }
|