angular-farol-sdk
Version:
Farol SDK for AngularJS
51 lines (50 loc) • 1.29 kB
JSON
{
"name": "angular-farol-sdk",
"version": "1.2.3",
"description": "Farol SDK for AngularJS",
"main": "dist/angular-farol-sdk.js",
"scripts": {
"version": "upver && gulp && git add -A",
"postversion": "npm publish --access public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"config": {
"upver": "upver.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/menvia/farol-sdk-angularjs.git"
},
"keywords": [
"farol"
],
"author": "Felipe Plets <felipe.plets@menvia.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/menvia/farol-sdk-angularjs/issues"
},
"homepage": "https://github.com/menvia/farol-sdk-angularjs#readme",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-transform-strict-mode": "^7.2.0",
"@babel/preset-env": "^7.4.2",
"chai": "^4.2.0",
"eslint": "^5.15.3",
"eslint-config-google": "^0.12.0",
"eslint-watch": "^5.0.1",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^3.0.2",
"mocha": "^6.0.2",
"pump": "^3.0.0",
"upver": "^1.0.0"
},
"dependencies": {
"angular": "^1.7.8",
"farol-sdk": "^1.15.0"
},
"engines": {
"node": ">= 6.0.0"
}
}