37 lines
1,011 B
JSON
37 lines
1,011 B
JSON
{
|
|
"name": "bs-advanced-alert",
|
|
"version": "1.0.0",
|
|
"description": "Extra functionality for the bootstrap alert component",
|
|
"homepage": "https://gitlab.com/AdeAttwood/bs-advanced-alert",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"bootstrap",
|
|
"jquery",
|
|
"alert",
|
|
"advanced"
|
|
],
|
|
"author": {
|
|
"name": "Ade Attwood"
|
|
},
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"bootstrap": "^3.3.7",
|
|
"jquery": "^3.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.0",
|
|
"babel-preset-env": "^1.6.0",
|
|
"eslint": "^4.8.0",
|
|
"eslint-plugin-prettier": "^2.3.1",
|
|
"eslint-plugin-prettify": "^2.0.2",
|
|
"grunt": "^1.0.1",
|
|
"grunt-babel": "^7.0.0",
|
|
"grunt-contrib-uglify": "^3.1.0",
|
|
"grunt-eslint": "^20.1.0",
|
|
"load-grunt-tasks": "^3.5.2",
|
|
"prettier": "^1.7.3"
|
|
}
|
|
}
|