102 строки
3.6 KiB
JSON
102 строки
3.6 KiB
JSON
{
|
|
"name": "aurelia-syncfusion-demo",
|
|
"version": "1.0.0-beta.1.0.1",
|
|
"description": "A demo app for Aurelia-syncfusion plugin.",
|
|
"keywords": [
|
|
"aurelia",
|
|
"syncfusion",
|
|
"plugin",
|
|
"bridge"
|
|
],
|
|
"homepage": "https://github.com/aurelia-ui-toolkits",
|
|
"bugs": {
|
|
"url": "https://github.com/aurelia-ui-toolkits/demo-syncfusion/issues"
|
|
},
|
|
"author": "Aurelia-UI-Toolkits",
|
|
"main": "dist/main.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/aurelia-ui-toolkits/demo-syncfusion"
|
|
},
|
|
"scripts": {
|
|
"test": "gulp test",
|
|
"e2e": "gulp serve e2e"
|
|
},
|
|
"devDependencies": {
|
|
"aurelia-bundler": "^0.4.0",
|
|
"aurelia-tools": "^0.1.3",
|
|
"babel": "^5.8.23",
|
|
"babel-eslint": "^4.1.3",
|
|
"browser-sync": "^1.8.1",
|
|
"conventional-changelog": "1.1.3",
|
|
"del": "^1.1.0",
|
|
"gulp": "^3.8.10",
|
|
"gulp-babel": "^5.1.0",
|
|
"gulp-bump": "^0.3.1",
|
|
"gulp-changed": "^1.1.0",
|
|
"gulp-eslint": "^1.0.0",
|
|
"gulp-gh-pages": "^0.5.4",
|
|
"gulp-notify": "^2.2.0",
|
|
"gulp-plumber": "^0.6.6",
|
|
"gulp-protractor": "^0.0.12",
|
|
"gulp-sourcemaps": "^1.3.0",
|
|
"gulp-yuidoc": "^0.1.2",
|
|
"isparta": "^3.1.0",
|
|
"istanbul": "gotwarlost/istanbul#source-map",
|
|
"jasmine-core": "^2.1.3",
|
|
"jspm": "0.16.15",
|
|
"jspm-git": "^0.4.2",
|
|
"karma": "^0.13.15",
|
|
"karma-babel-preprocessor": "^5.2.1",
|
|
"karma-chrome-launcher": "^0.1.7",
|
|
"karma-coverage": "douglasduteil/karma-coverage#next",
|
|
"karma-jasmine": "^0.3.5",
|
|
"karma-jspm": "2.0.1-beta.2",
|
|
"object.assign": "^1.0.3",
|
|
"require-dir": "^0.3.2",
|
|
"run-sequence": "^1.0.2",
|
|
"vinyl-paths": "^1.0.0",
|
|
"yargs": "^2.1.1"
|
|
},
|
|
"jspm": {
|
|
"dependencies": {
|
|
"aurelia-binding": "npm:aurelia-binding@1.0.4",
|
|
"aurelia-bootstrapper": "npm:aurelia-bootstrapper@1.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.0.2",
|
|
"aurelia-http-client": "npm:aurelia-http-client@1.0.0",
|
|
"aurelia-loader": "npm:aurelia-loader@1.0.0",
|
|
"aurelia-logging": "npm:aurelia-logging@1.0.0",
|
|
"aurelia-metadata": "npm:aurelia-metadata@1.0.0",
|
|
"aurelia-pal": "npm:aurelia-pal@1.3.0",
|
|
"aurelia-syncfusion-bridge": "github:aurelia-ui-toolkits/aurelia-syncfusion-bridge@master",
|
|
"aurelia-task-queue": "npm:aurelia-task-queue@1.0.0",
|
|
"aurelia-templating": "npm:aurelia-templating@1.1.0",
|
|
"aurelia-templating-resources": "npm:aurelia-templating-resources@1.0.0",
|
|
"bluebird": "npm:bluebird@3.3.4",
|
|
"bootstrap": "github:twbs/bootstrap@^3.3.7",
|
|
"css": "github:systemjs/plugin-css@0.1.20",
|
|
"google/code-prettify": "github:google/code-prettify@master",
|
|
"jquery": "npm:jquery@3.2.1",
|
|
"jquery-validation": "npm:jquery-validation@1.15.0",
|
|
"jquery-validation-unobtrusive": "npm:jquery-validation-unobtrusive@3.2.6",
|
|
"syncfusion-javascript": "npm:syncfusion-javascript@16.3.22",
|
|
"json": "github:systemjs/plugin-json@^0.1.0",
|
|
"jsrender": "npm:jsrender@^0.9.75",
|
|
"prettify": "npm:prettify@^0.1.7",
|
|
"prism": "github:PrismJS/prism@1.3.0",
|
|
"showdown": "github:showdownjs/showdown@1.3.0",
|
|
"showdown-prettify": "npm:showdown-prettify@^1.0.2",
|
|
"text": "github:systemjs/plugin-text@^0.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"aurelia-polyfills": "npm:aurelia-polyfills@^1.0.0-beta.1.0.6",
|
|
"babel": "npm:babel-core@^5.8.24",
|
|
"babel-runtime": "npm:babel-runtime@^5.8.24",
|
|
"clean-css": "npm:clean-css@^3.4.8",
|
|
"core-js": "npm:core-js@^1.1.4"
|
|
}
|
|
}
|
|
}
|