12345678910111213141516171819202122232425 |
- {
- "name": "angular-seed",
- "description": "A starter project for AngularJS",
- "version": "0.0.0",
- "homepage": "https://github.com/angular/angular-seed",
- "license": "MIT",
- "private": true,
- "dependencies": {
- "angular": "1.2.x",
- "angular-route": "1.2.x",
- "angular-loader": "1.2.x",
- "angular-mocks": "~1.2.x",
- "angular-resource": "1.2.x",
- "angular-once": "0.1.8",
- "html5-boilerplate": "~4.3.0",
- "bootstrap": "3.2",
- "angular-datatables": "0.2.0",
- "angular-sanitize": "1.3.0",
- "bootstrap-tagsinput": "0.5.0",
- "jquery-ui": "1.11.1"
- },
- "resolutions": {
- "angular": "1.2.26"
- }
- }
|