mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-14 07:26:47 +00:00
Adds Notification angular module Adds Requestify for ExpressJS to make posting ezpz Now can post data to gocryptoCore GoCrypto can now receive data on settings save
17 lines
414 B
JSON
17 lines
414 B
JSON
{
|
|
"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.5.0",
|
|
"angular-route": "~1.5.0",
|
|
"angular-loader": "~1.5.0",
|
|
"angular-mocks": "~1.5.0",
|
|
"html5-boilerplate": "^5.3.0",
|
|
"angular-ui-notification":"latest"
|
|
}
|
|
}
|