@cevo/angular-gte
Version:
Angular Libraries for communicating with the Gfinity API v2
46 lines (45 loc) • 1.23 kB
JSON
{
"name": "@cevo/angular-gte",
"version": "1.2.1",
"description": "Angular Libraries for communicating with the Gfinity API v2",
"main": "index.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/cevoinc/angular-gte.git"
},
"keywords": [
"AngularJS",
"Utility",
"Helpers",
"Methods"
],
"author": "Mike Stevens",
"license": "ISC",
"homepage": "https://bitbucket.org/cevoinc/angular-gte#readme",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-ng-annotate": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^2.6.2",
"gulp-uglify": "^2.1.2",
"run-sequence": "^1.2.2"
},
"dependencies": {
"@cevo/angular-util": "^0.10.4",
"angular": "^1.6.8",
"angular-resource": "^1.6.8",
"natives": "^1.1.6",
"ngstorage": "^0.3.11"
}
}