12345678910111213141516 |
- {
- "name": "angularjs-bootcamp-app",
- "version": "1.0.0",
- "homepage": "https://gitlab.com/azrazalea/angularjs-bootcamp-app",
- "authors": [
- "Lily Carpenter <lily-license@azrazalea.net>"
- ],
- "description": "My angularjs bootcamp app",
- "license": "New BSD",
- "private": true,
- "dependencies": {
- "bootstrap": "~3.3.0",
- "angular": "~1.3.2"
- }
- }
|