angular-farol-components
Version:
Farol Components for AngularJS
59 lines (58 loc) • 1.6 kB
JSON
{
"name": "angular-farol-components",
"version": "1.2.5",
"description": "Farol Components for AngularJS",
"main": [
"dist/angular-farol-components.js",
"dist/angular-farol-components.css"
],
"scripts": {
"version": "upver && gulp && git add -A && npm publish --access public",
"postversion": "git push && git push --tags",
"test": "echo \"Error: no test specified\" && exit 1"
},
"config": {
"upver": "upver.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/menvia/farol-components-angularjs.git"
},
"keywords": [
"farol",
"farol-sdk",
"menvia",
"eventelis"
],
"author": "Menvia Developer <developer@menvia.com> (https://menvia.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/menvia/farol-components-angularjs/issues"
},
"homepage": "https://github.com/menvia/farol-components-angularjs#readme",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-transform-strict-mode": "^7.2.0",
"@babel/preset-env": "^7.6.3",
"chai": "^4.2.0",
"eslint": "^6.5.1",
"eslint-config-google": "^0.14.0",
"eslint-watch": "^6.0.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^2.1.0",
"gulp-js-html-inject": "0.0.1",
"gulp-ng-annotate": "^2.1.0",
"gulp-sass": "^4.0.2",
"gulp-uglify-es": "^2.0.0",
"mocha": "^6.2.2",
"node-sass": "^4.12.0",
"pump": "^3.0.0",
"upver": "^1.0.0"
},
"dependencies": {
"angular": "^1.7.8",
"farol-sdk": "^1.15.22"
}
}