mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "angular-bootstrap-switch",
|
|
"version": "0.4.0",
|
|
"main": "dist/angular-bootstrap-switch.js",
|
|
"author": {
|
|
"name": "Francesco Pontillo",
|
|
"email": "francescopontillo@gmail.com",
|
|
"url": "https://github.com/frapontillo"
|
|
},
|
|
"homepage": "https://github.com/frapontillo/angular-bootstrap-switch",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:frapontillo/angular-bootstrap-switch.git"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "Apache License 2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-contrib-uglify": "~0.4.0",
|
|
"grunt-contrib-jshint": "~0.9.2",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-karma": "~0.8.2",
|
|
"matchdep": "~0.3.0",
|
|
"grunt-ngmin": "~0.0.3",
|
|
"karma-jasmine": "~0.2.2",
|
|
"karma-chrome-launcher": "~0.1.4",
|
|
"karma-firefox-launcher": "~0.1.3",
|
|
"karma-ie-launcher": "~0.1.5",
|
|
"karma-phantomjs-launcher": "~0.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test-travis"
|
|
}
|
|
}
|