UNPKG

@meanie/angular-convert

Version:

An Angular service with various conversion helpers

65 lines (64 loc) 1.69 kB
{ "name": "@meanie/angular-convert", "description": "An Angular service with various conversion helpers", "version": "2.3.1", "homepage": "https://github.com/meanie/angular-convert", "author": { "name": "Adam Reis", "email": "adam@reis.nz", "url": "https://adam.reis.nz/" }, "contributors": [], "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/meanie/angular-convert" }, "bugs": { "url": "https://github.com/meanie/angular-convert/issues" }, "instructions": { "url": "https://github.com/meanie/angular-convert#usage" }, "keywords": [ "meanie", "angular", "angularjs", "convert", "string", "object", "query" ], "main": "index.js", "scripts": { "test": "karma start karma.conf.js", "release": "gulp release", "version": "yarn release && git add release/*", "postversion": "git push && git push --tags && npm publish" }, "devDependencies": { "angular": "^1.6.6", "angular-mocks": "^1.6.6", "babel-core": "^6.26.0", "babel-preset-es2015-without-strict": "^0.0.4", "gulp": "github:gulpjs/gulp#4.0", "gulp-babel": "^7.0.0", "gulp-concat": "^2.6.1", "gulp-filter": "^5.0.1", "gulp-ng-annotate": "^2.0.0", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^2.6.1", "gulp-uglify": "^2.0.0", "gulp-wrapper": "^1.0.0", "jasmine-core": "^2.5.2", "karma": "^1.3.0", "karma-babel-preprocessor": "^6.0.1", "karma-jasmine": "^1.0.2", "karma-phantomjs-launcher": "^1.0.2", "karma-spec-reporter": "^0.0.26", "phantomjs-prebuilt": "^2.1.12" } }