62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"author": "https://github.com/angular-ui/bootstrap/graphs/contributors",
|
|
"name": "angular-ui-bootstrap",
|
|
"version": "2.5.6",
|
|
"description": "Native AngularJS (Angular) directives for Bootstrap",
|
|
"homepage": "http://angular-ui.github.io/bootstrap/",
|
|
"keywords": [
|
|
"angularjs",
|
|
"angular",
|
|
"bootstrap",
|
|
"ui"
|
|
],
|
|
"dependencies": {},
|
|
"directories": {
|
|
"lib": "src/"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"dist/",
|
|
"src/",
|
|
"template/"
|
|
],
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"demo": "grunt after-test && static dist -a 0.0.0.0 -H '{\"Cache-Control\": \"no-cache, must-revalidate\"}'",
|
|
"test": "grunt"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular-ui/bootstrap.git"
|
|
},
|
|
"devDependencies": {
|
|
"angular": "1.6.1",
|
|
"angular-mocks": "1.6.1",
|
|
"angular-sanitize": "1.6.1",
|
|
"grunt": "^0.4.5",
|
|
"grunt-cli": "^1.2.0",
|
|
"grunt-contrib-concat": "^1.0.0",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-uglify": "^1.0.1",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-conventional-changelog": "^6.1.0",
|
|
"grunt-ddescribe-iit": "0.0.6",
|
|
"grunt-eslint": "^17.3.1",
|
|
"grunt-html2js": "^0.3.0",
|
|
"grunt-karma": "^0.12.0",
|
|
"jasmine-core": "^2.2.0",
|
|
"karma": "0.13.22",
|
|
"karma-chrome-launcher": "^0.2.0",
|
|
"karma-coverage": "^0.5.0",
|
|
"karma-firefox-launcher": "^0.1.4",
|
|
"karma-jasmine": "^0.3.5",
|
|
"load-grunt-tasks": "^3.3.0",
|
|
"lodash": "^4.1.0",
|
|
"marked": "^0.3.5",
|
|
"node-static": "^0.7.8",
|
|
"semver": "^5.0.1",
|
|
"shelljs": "^0.6.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|