1234567891011121314151617181920212223 |
- {
- "name": "angularjs-bootcamp-app",
- "version": "1.0.0",
- "description": "My angularjs bootcamp app",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://gitlab.com/azrazalea/angularjs-bootcamp-app.git"
- },
- "author": "Lily Carpenter",
- "license": "New BSD",
- "bugs": {
- "url": "https://gitlab.com/azrazalea/angularjs-bootcamp-app/issues"
- },
- "homepage": "https://gitlab.com/azrazalea/angularjs-bootcamp-app",
- "dependencies": {
- "bower": "^1.3.12"
- }
- }
|