aurelia-aire
Version:
Base Project for Aurelia-Aire
118 lines (117 loc) • 4.21 kB
JSON
{
"name": "@sunshower/aire",
"version": "0.0.0",
"description": "Beautiful UiKit-based Aurelia plugin",
"main": "dist/aire.js",
"_moduleAliases": {
"@root": ".",
"@build": "../build"
},
"scripts": {
"dev": "npm install && jspm install -y",
"build": "gulp build",
"test": "npx jest",
"clean": "gulp clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sunshower-io/aurelia-aire.git"
},
"keywords": [
"UIKit",
"Widgets",
"Toolkit"
],
"author": "sunshower.io (https://sunshower.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sunshower-io/aurelia-aire/issues"
},
"homepage": "https://github.com/sunshower-io/aurelia-aire#readme",
"jspm": {
"dependencies": {
"aurelia-animator-velocity": "npm:aurelia-animator-velocity@^1.2.0",
"aurelia-bootstrapper": "npm:aurelia-bootstrapper@^2.3.1",
"aurelia-fetch-client": "npm:aurelia-fetch-client@^1.7.0",
"text": "github:systemjs/plugin-text@^0.0.11",
"uikit": "npm:uikit@3.0.0-rc.25"
},
"devDependencies": {},
"peerDependencies": {
"aurelia-binding": "npm:aurelia-binding@^2.0.0",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@^1.0.0",
"aurelia-event-aggregator": "npm:aurelia-event-aggregator@^1.0.0",
"aurelia-framework": "npm:aurelia-framework@^1.3.0",
"aurelia-history": "npm:aurelia-history@^1.1.0",
"aurelia-history-browser": "npm:aurelia-history-browser@^1.1.0",
"aurelia-loader": "npm:aurelia-loader@^1.0.0",
"aurelia-loader-default": "npm:aurelia-loader-default@^1.0.0",
"aurelia-logging": "npm:aurelia-logging@^1.0.0",
"aurelia-logging-console": "npm:aurelia-logging-console@^1.0.0",
"aurelia-metadata": "npm:aurelia-metadata@^1.0.0",
"aurelia-pal": "npm:aurelia-pal@^1.4.0",
"aurelia-pal-browser": "npm:aurelia-pal-browser@^1.1.0",
"aurelia-path": "npm:aurelia-path@^1.0.0",
"aurelia-polyfills": "npm:aurelia-polyfills@^1.0.0",
"aurelia-route-recognizer": "npm:aurelia-route-recognizer@^1.0.0",
"aurelia-router": "npm:aurelia-router@^1.5.0",
"aurelia-task-queue": "npm:aurelia-task-queue@^1.1.0",
"aurelia-templating": "npm:aurelia-templating@^1.8.1",
"aurelia-templating-binding": "npm:aurelia-templating-binding@^1.0.0",
"aurelia-templating-resources": "npm:aurelia-templating-resources@^1.7.0",
"aurelia-templating-router": "npm:aurelia-templating-router@^1.0.0",
"child_process": "npm:jspm-nodelibs-child_process@^0.2.0",
"fs": "npm:jspm-nodelibs-fs@^0.2.0",
"path": "npm:jspm-nodelibs-path@^0.2.0",
"process": "npm:jspm-nodelibs-process@^0.2.0",
"velocity-animate": "npm:velocity-animate@^1.2.3"
}
},
"devDependencies": {
"@sunshower/aire-build": "0.0.4",
"@types/es6-shim": "^0.31.39",
"@types/jest": "^23.3.10",
"@types/lodash": "^4.14.119",
"aurelia-bootstrapper": "^2.3.1",
"aurelia-fetch-client": "^1.7.0",
"aurelia-framework": "^1.3.0",
"aurelia-loader-nodejs": "^1.0.1",
"aurelia-pal-nodejs": "^1.2.0",
"aurelia-polyfills": "^1.3.0",
"aurelia-router": "^1.6.3",
"aurelia-testing": "^1.0.0",
"browser-sync": "^2.26.3",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-debug": "^4.0.0",
"gulp-jest-jspm": "^1.0.1",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "^5.0.0",
"gulp-util": "^3.0.8",
"i": "^0.3.6",
"isomorphic-fetch": "^2.2.1",
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"jest-environment-jsdom": "^23.4.0",
"jsdom": "^13.1.0",
"jsdom-global": "^3.0.2",
"jspm": "^0.17.0-beta.49",
"lodash": "^4.17.11",
"module-alias": "^2.1.0",
"mutationobserver-shim": "^0.3.2",
"node-sass": "^4.11.0",
"reflect-metadata": "^0.1.12",
"require-dir": "^1.2.0",
"ts-jest": "^23.10.5",
"typescript": "^3.2.2",
"uikit": "^3.0.0-rc.25",
"vinyl-paths": "^2.1.0"
},
"dependencies": {}
}