1234567891011121314151617181920 |
- {
- "name": "ionic-platform-web-client",
- "version": "0.7.1",
- "homepage": "https://github.com/driftyco/ionic-platform-web-client",
- "authors": [
- "Eric Bobbitt <eric@ionic.io",
- "William Pelrine <rudy@ionic.io>",
- "Dan Imhoff <dan@ionic.io>"
- ],
- "description": "Ionic platform web client",
- "main": "dist/ionic.io.bundle.min.js",
- "license": "Apache2",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ]
- }
|