UNPKG

aurelia-bootstrapper

Version:

Sets up the default configuration for the aurelia framework and gets you up and running quick and easy.

124 lines (123 loc) 3.8 kB
{ "name": "aurelia-bootstrapper", "version": "2.3.3", "description": "Sets up the default configuration for the aurelia framework and gets you up and running quick and easy.", "keywords": [ "aurelia", "bootstrapper", "spa" ], "scripts": { "test": "karma start --single-run", "build": "gulp build", "cut-release": "gulp prepare-release" }, "homepage": "http://aurelia.io", "bugs": { "url": "https://github.com/aurelia/bootstrapper/issues" }, "license": "MIT", "author": "Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)", "main": "dist/commonjs/aurelia-bootstrapper.js", "typings": "dist/aurelia-bootstrapper.d.ts", "repository": { "type": "git", "url": "http://github.com/aurelia/bootstrapper" }, "files": [ "dist", "doc", "src", "typings.json", "README.md", "LICENSE" ], "jspm": { "registry": "npm", "main": "aurelia-bootstrapper", "format": "amd", "directories": { "dist": "dist/amd" }, "dependencies": { "aurelia-event-aggregator": "^1.0.0", "aurelia-framework": "^1.3.0", "aurelia-history": "^1.1.0", "aurelia-history-browser": "^1.1.0", "aurelia-loader-default": "^1.0.0", "aurelia-logging-console": "^1.0.0", "aurelia-pal": "^1.3.0", "aurelia-pal-browser": "^1.0.0", "aurelia-polyfills": "^1.0.0", "aurelia-router": "^1.5.0", "aurelia-templating": "^1.8.1", "aurelia-templating-binding": "^1.0.0", "aurelia-templating-resources": "^1.7.0", "aurelia-templating-router": "^1.0.0" }, "devDependencies": {} }, "dependencies": { "aurelia-event-aggregator": "^1.0.0", "aurelia-framework": "^1.3.0", "aurelia-history": "^1.1.0", "aurelia-history-browser": "^1.1.0", "aurelia-loader-default": "^1.0.0", "aurelia-logging-console": "^1.0.0", "aurelia-pal": "^1.3.0", "aurelia-pal-browser": "^1.0.0", "aurelia-polyfills": "^1.0.0", "aurelia-router": "^1.5.0", "aurelia-templating": "^1.8.1", "aurelia-templating-binding": "^1.0.0", "aurelia-templating-resources": "^1.7.0", "aurelia-templating-router": "^1.0.0" }, "devDependencies": { "aurelia-tools": "^0.2.4", "babel-dts-generator": "^0.6.1", "babel-eslint": "^6.1.2", "babel-plugin-syntax-flow": "^6.8.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-es2015-modules-amd": "^6.8.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.11.5", "babel-plugin-transform-es2015-modules-systemjs": "^6.11.6", "babel-plugin-transform-flow-strip-types": "^6.8.0", "babel-preset-es2015": "^6.9.0", "babel-preset-es2015-loose": "^7.0.0", "babel-preset-es2015-loose-native-modules": "^1.0.0", "babel-preset-stage-1": "^6.5.0", "del": "^2.2.1", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-bump": "^2.2.0", "gulp-concat": "^2.6.0", "gulp-conventional-changelog": "^1.1.0", "gulp-eslint": "^3.0.1", "gulp-ignore": "^2.0.1", "gulp-insert": "^0.5.0", "gulp-rename": "^1.2.2", "gulp-typedoc": "^2.0.0", "gulp-typedoc-extractor": "0.0.8", "gulp-typescript": "^2.13.6", "gulp-util": "^3.0.7", "jasmine-core": "^2.4.1", "jspm": "^0.16.53", "karma": "^1.1.2", "karma-babel-preprocessor": "^6.0.1", "karma-chrome-launcher": "^1.0.1", "karma-coverage": "^1.1.1", "karma-jasmine": "^1.0.2", "karma-jspm": "^2.2.0", "merge2": "^1.0.2", "object.assign": "^4.0.4", "require-dir": "^0.3.0", "run-sequence": "^1.2.2", "through2": "^2.0.1", "typedoc": "^0.4.4", "typescript": "^1.9.0-dev.20160622-1.0", "vinyl": "^1.1.1", "vinyl-paths": "^2.1.0", "yargs": "^4.8.1" } }