gitlab-com-adeattwood-bs-ad.../package.json
2017-11-17 05:30:04 +00:00

28 lines
716 B
JSON

{
"name": "bs-advanced-alert",
"version": "1.0.0",
"description": "Extra functionality for the bootstrap alert component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"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"
}
}