Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
[core] Updated package.json to 0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Mathis <[email protected]>
  • Loading branch information
smathis committed Dec 23, 2016
1 parent 64c83cc commit 3c724fc
Showing 1 changed file with 80 additions and 80 deletions.
160 changes: 80 additions & 80 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,81 +1,81 @@
{
"name": "clarity-all",
"version": "0.8.0-alpha2",
"private": true,
"dependencies": {
"@angular/common": "2.2.4",
"@angular/compiler": "2.2.4",
"@angular/compiler-cli": "2.2.4",
"@angular/core": "2.2.4",
"@angular/forms": "2.2.4",
"@angular/platform-browser": "2.2.4",
"@angular/platform-browser-dynamic": "2.2.4",
"@angular/platform-server": "2.2.4",
"@angular/router": "3.2.4",
"@angular/upgrade": "2.2.4",
"@webcomponents/custom-elements": "1.0.0-alpha.3",
"angular": "1.5.x",
"core-js": "^2.4.0",
"font-awesome": "^4.5.0",
"intl": "1.1.0",
"mutationobserver-shim": "0.3.2",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-rc.4",
"systemjs": "0.19.40",
"web-animations-js": "^2.2.1",
"zone.js": "^0.7.2"
},
"devDependencies": {
"@types/jasmine": "^2.5.36",
"@types/node": "^6.0.46",
"@types/selenium-webdriver": "^2.53.33",
"bootstrap": "4.0.0-alpha.5",
"browser-sync": "^2.11.2",
"clang-format": "^1.0.37",
"connect-history-api-fallback": "^1.2.0",
"del": "^2.2.0",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clang-format": "^1.0.23",
"gulp-concat": "^2.6.0",
"gulp-env": "^0.4.0",
"gulp-gzip": "^1.2.0",
"gulp-inline-ng2-template": "0.0.10",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylestats": "^1.2.1",
"gulp-tslint": "^4.3.4",
"gulp-typescript": "2.13.0",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.1.0",
"jasmine-core": "^2.4.1",
"karma": "^1.2.0",
"karma-jasmine": "^0.3.8",
"karma-mocha-reporter": "^2.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"merge-stream": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7",
"prismjs": "^1.5.1",
"require-dir": "^0.3.0",
"rollup": "^0.37.0",
"rollup-plugin-buble": "^0.15.0",
"run-sequence": "^1.1.5",
"systemjs-builder": "^0.15.13",
"through2": "^2.0.1",
"tslint": "3.7.0-dev.5",
"typescript": "2.0.x"
},
"scripts": {
"start": "gulp serve",
"build": "gulp build --prod && gulp karma",
"build:dev": "gulp build",
"test": "gulp test",
"test:watch": "gulp test:watch",
"prepublish:all": "gulp npm:prepare --version $npm_package_version",
"publish:all": "npm publish dist/npm/clarity-ui; npm publish dist/npm/clarity-angular; npm publish dist/npm/clarity-icons"
}
}
"name": "clarity-all",
"version": "0.8.0",
"private": true,
"dependencies": {
"@angular/common": "2.2.4",
"@angular/compiler": "2.2.4",
"@angular/compiler-cli": "2.2.4",
"@angular/core": "2.2.4",
"@angular/forms": "2.2.4",
"@angular/platform-browser": "2.2.4",
"@angular/platform-browser-dynamic": "2.2.4",
"@angular/platform-server": "2.2.4",
"@angular/router": "3.2.4",
"@angular/upgrade": "2.2.4",
"@webcomponents/custom-elements": "1.0.0-alpha.3",
"angular": "1.5.x",
"core-js": "^2.4.0",
"font-awesome": "^4.5.0",
"intl": "1.1.0",
"mutationobserver-shim": "0.3.2",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-rc.4",
"systemjs": "0.19.40",
"web-animations-js": "^2.2.1",
"zone.js": "^0.7.2"
},
"devDependencies": {
"@types/jasmine": "^2.5.36",
"@types/node": "^6.0.46",
"@types/selenium-webdriver": "^2.53.33",
"bootstrap": "4.0.0-alpha.5",
"browser-sync": "^2.11.2",
"clang-format": "^1.0.37",
"connect-history-api-fallback": "^1.2.0",
"del": "^2.2.0",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clang-format": "^1.0.23",
"gulp-concat": "^2.6.0",
"gulp-env": "^0.4.0",
"gulp-gzip": "^1.2.0",
"gulp-inline-ng2-template": "0.0.10",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylestats": "^1.2.1",
"gulp-tslint": "^4.3.4",
"gulp-typescript": "2.13.0",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.1.0",
"jasmine-core": "^2.4.1",
"karma": "^1.2.0",
"karma-jasmine": "^0.3.8",
"karma-mocha-reporter": "^2.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"merge-stream": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7",
"prismjs": "^1.5.1",
"require-dir": "^0.3.0",
"rollup": "^0.37.0",
"rollup-plugin-buble": "^0.15.0",
"run-sequence": "^1.1.5",
"systemjs-builder": "^0.15.13",
"through2": "^2.0.1",
"tslint": "3.7.0-dev.5",
"typescript": "2.0.x"
},
"scripts": {
"start": "gulp serve",
"build": "gulp build --prod && gulp karma",
"build:dev": "gulp build",
"test": "gulp test",
"test:watch": "gulp test:watch",
"prepublish:all": "gulp npm:prepare --version $npm_package_version",
"publish:all": "npm publish dist/npm/clarity-ui; npm publish dist/npm/clarity-angular; npm publish dist/npm/clarity-icons"
}
}

0 comments on commit 3c724fc

Please sign in to comment.