UNPKG

angular-intro.js

Version:
48 lines (47 loc) 1.18 kB
{ "name": "angular-intro.js", "version": "3.4.0", "description": "Angular directive to wrap intro.js", "main": "./build/angular-intro.min.js", "types": "./build/ng-intro.component.d.ts", "directories": { "example": "example" }, "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "git://github.com/mendhak/angular-intro.js.git" }, "keywords": [ "angular", "intro.js", "angular-intro" ], "author": "mendhak", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/mendhak/angular-intro.js/issues" }, "homepage": "https://github.com/mendhak/angular-intro.js", "devDependencies": { "grunt": "~1.0.3", "grunt-cli": "~1.2.0", "grunt-contrib-connect": "~1.0.2", "grunt-contrib-jshint": "~1.0.0", "grunt-contrib-uglify": "~2.0.0", "grunt-contrib-watch": "~1.0.1", "grunt-tslint": "~4.0.1", "load-grunt-tasks": "~3.5.2", "@types/angular": "~1.6.50", "@types/intro.js": "~2.4.0", "grunt-ts": "~6.0.0-beta.21", "tslint": "~4.5.1", "typescript": "~2.3.4" }, "dependencies": { "angular": "^1.4.0", "intro.js": "~2.5.0" } }