UNPKG

ngipstack

Version:

A set of AngularJS directives/helpers for using IpStack with AngularJS

58 lines (57 loc) 1.48 kB
{ "name": "ngipstack", "version": "1.0.10", "description": "A set of AngularJS directives/helpers for using IpStack with AngularJS", "main": "js/foo.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Nucleus-Inc/ngIpStack.git" }, "author": "Eduardo Castro", "license": "ISC", "keywords": [ "angular", "ipstack", "ngipstack", "ipv4", "ipv6" ], "bugs": { "url": "https://github.com/Nucleus-Inc/ngIpStack/issues" }, "homepage": "https://github.com/Nucleus-Inc/ngIpStack#readme", "peerDependencies": { "angular": "^1.7.0" }, "devDependencies": { "angular-mocks": "^1.7.0", "babel-core": "^6.26.3", "babel-preset-es2015": "^6.24.1", "gulp": "^3.9.1", "gulp-babel": "^7.0.1", "gulp-babel-minify": "^0.4.3", "gulp-clean": "^0.4.0", "gulp-concat": "^2.6.1", "gulp-rename": "^1.2.3", "gulp-run-sequence": "^0.3.2", "gulp-umd": "^2.0.0", "gulp-watch": "^5.0.0", "gulp-yarn": "^2.0.0", "jasmine-core": "^3.1.0", "jasmine-expect": "^3.8.3", "karma": "^2.0.2", "karma-babel-preprocessor": "^7.0.0", "karma-coverage": "^1.1.2", "karma-jasmine": "^1.1.2", "karma-jasmine-matchers": "*", "karma-mocha-reporter": "^2.2.5", "karma-phantomjs-launcher": "^1.0.4", "umd-templates": "0.0.3" }, "dependencies": { "angular": "^1.7.0" } }