This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
30c9160
commit 00a4668
Showing
1 changed file
with
18 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
{ | ||
"name": "meanjs", | ||
"version": "0.4.0", | ||
"description": "Fullstack JavaScript with MongoDB, Express, AngularJS, and Node.js.", | ||
"dependencies": { | ||
"bootstrap": "~3", | ||
"angular": "~1.2", | ||
"angular-resource": "~1.2", | ||
"angular-animate": "~1.2", | ||
"angular-mocks": "~1.2", | ||
"angular-bootstrap": "~0.11.2", | ||
"angular-ui-utils": "~0.1.1", | ||
"angular-ui-router": "~0.2.11", | ||
"angular-file-upload": "~1.1.5" | ||
} | ||
} | ||
"name": "meanjs", | ||
"version": "0.4.0", | ||
"description": "Fullstack JavaScript with MongoDB, Express, AngularJS, and Node.js.", | ||
"dependencies": { | ||
"bootstrap": "~3", | ||
"angular": "~1.3", | ||
"angular-resource": "~1.3", | ||
"angular-animate": "~1.3", | ||
"angular-mocks": "~1.3", | ||
"angular-bootstrap": "~0.13", | ||
"angular-ui-utils": "bower", | ||
"angular-ui-router": "~0.2", | ||
"angular-file-upload": "~1.1.5" | ||
}, | ||
"resolutions": { | ||
"angular": "~1.3" | ||
} | ||
} |