diff options
author | 2017-10-17 17:42:16 +0300 | |
---|---|---|
committer | 2017-10-17 17:42:16 +0300 | |
commit | d0ea6a49ce88f043a6b7ce7ff8a7bb6333bd691c (patch) | |
tree | 4696cef781de91936b152e57aa26ee96042e4fbe /d2ice.att.io/package.json | |
parent | 1cd02f285d4d778dddfe34024da4b31afdc0afcd (diff) |
Removal of AT&T Proprietary
Remove Terms of d2ice
Remove d2ice and att in js
Remove fonts
Change-Id: I383d96979e0f9f7af923365f2dba7b0c7fb8f0eb
Issue-Id: VVP-25
Signed-off-by: Edan Binshtok <eb578m@intl.att.com>
Diffstat (limited to 'd2ice.att.io/package.json')
-rwxr-xr-x | d2ice.att.io/package.json | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/d2ice.att.io/package.json b/d2ice.att.io/package.json deleted file mode 100755 index 9c36643b..00000000 --- a/d2ice.att.io/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "ice", - "private": true, - "devDependencies": { - "autoprefixer-core": "^5.2.1", - "grunt": "^0.4.5", - "grunt-angular-templates": "^0.5.7", - "grunt-concurrent": "^1.0.0", - "grunt-contrib-clean": "^0.6.0", - "grunt-contrib-concat": "^0.5.0", - "grunt-contrib-connect": "^0.9.0", - "grunt-contrib-copy": "^0.7.0", - "grunt-contrib-cssmin": "^0.12.0", - "grunt-contrib-htmlmin": "^0.4.0", - "grunt-contrib-imagemin": "^1.0.0", - "grunt-contrib-jshint": "^0.11.0", - "grunt-contrib-less": "^1.3.0", - "grunt-contrib-uglify": "^0.7.0", - "grunt-contrib-watch": "^0.6.1", - "grunt-filerev": "^2.1.2", - "grunt-google-cdn": "^0.4.3", - "grunt-injector": "^1.0.1", - "grunt-jscs": "^1.8.0", - "grunt-newer": "^1.1.0", - "grunt-ng-annotate": "^0.9.2", - "grunt-ng-constant": "^2.0.1", - "grunt-postcss": "^0.5.5", - "grunt-svgmin": "^2.0.0", - "grunt-usemin": "^3.0.0", - "grunt-wiredep": "^2.0.0", - "jasmine-core": "^2.4.1", - "jit-grunt": "^0.9.1", - "jshint-stylish": "^1.0.0", - "karma": "^0.13.22", - "karma-jasmine": "^1.0.2", - "karma-phantomjs-launcher": "^1.0.0", - "phantomjs-prebuilt": "^2.1.7", - "time-grunt": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "karma start test\\karma.conf.js" - } -} |