Created
November 8, 2016 14:32
-
-
Save shaiful16/79d0c3a70dbebdd5e8d43307baac7d82 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "name": "ius-ep-ui", | |
| "version": "0.0.1", | |
| "description": "description", | |
| "main": "index.html", | |
| "moduleType": [], | |
| "keywords": [ "" ], | |
| "authors": [ "Shaiful Islam" ], | |
| "license": "MIT", | |
| "homepage": "index.html", | |
| "private": true, | |
| "ignore": [ | |
| "**/.*", | |
| "bower_components" | |
| ], | |
| "dependencies": { | |
| "angular": "^1.5.8", | |
| "angular-animate": "^1.5.8", | |
| "angular-ui-router": "^0.3.1", | |
| "angular-ui-notification": "^0.2.0", | |
| "angular-confirm-modal": "^1.2.5", | |
| "angular-bootstrap": "^2.0.1", | |
| "bootstrap": "^3.3.7", | |
| "font-awesome": "^4.6.3", | |
| "jquery": "^3.1.0", | |
| "angular-sanitize": "^1.5.8", | |
| "highcharts": "^5.0.2", | |
| "highcharts-ng": "^0.0.13", | |
| "angularAMD": "^0.2.1", | |
| "requirejs": "^2.3.2" | |
| }, | |
| "devDependencies": { | |
| "angular": "^1.5.x" | |
| }, | |
| "appPath": "app" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment