gitlab-com-adeattwood-bs-ad.../package.json
2017-10-12 07:13:37 +01:00

23 lines
502 B
JSON

{
"name": "bs-advanced-alert",
"version": "1.0.0",
"description": "",
"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",
"grunt": "^1.0.1",
"grunt-babel": "^7.0.0",
"grunt-contrib-uglify": "^3.1.0",
"load-grunt-tasks": "^3.5.2"
}
}