UNPKG

ionic-component-directive

Version:

The only way to use Angular 1.5 components in Ionic routes

35 lines (34 loc) 669 B
{ "name": "ionic-component-directive", "main": "index.js", "version": "1.0.2", "description": "The only way to use Angular 1.5 components in Ionic routes", "license": "MIT", "repository": "ajoslin/ionic-component-directive", "author": { "name": "Andrew Joslin", "email": "andrewtjoslin@gmail.com", "url": "ajoslin.com" }, "scripts": { "test": "standard && tape test.js" }, "keywords": [ "ionic", "angular", "1.5", "component", "state" ], "devDependencies": { "tape": "^4.0.0", "standard": "^7.0.0" }, "files": [ "index.js", "test.js" ], "dependencies": { "xtend": "~4.0.1" } }