UNPKG

aurelia-dragula

Version:
107 lines (106 loc) 3.04 kB
{ "name": "aurelia-dragula", "version": "2.0.7", "description": "An aurelia compatible version of Dragula", "keywords": [ "aurelia", "plugin", "dragula" ], "homepage": "https://github.com/michaelmalonenz/aurelia-dragula", "bugs": { "url": "https://github.com/michaelmalonenz/aurelia-dragula/issues" }, "license": "MIT", "author": "Michael Malone", "main": "dist/commonjs/index.js", "typings": "./aurelia-dragula.d.ts", "repository": { "type": "git", "url": "git+ssh://git@github.com/michaelmalonenz/aurelia-dragula.git" }, "devDependencies": { "aurelia-polyfills": "^0.1.2", "aurelia-tools": "^0.1.22", "babel-eslint": "^4.1.8", "babel-plugin-syntax-flow": "^6.5.0", "babel-plugin-transform-async-to-generator": "^6.7.4", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-es2015-modules-amd": "^6.6.5", "babel-plugin-transform-es2015-modules-commonjs": "^6.7.4", "babel-plugin-transform-es2015-modules-systemjs": "^6.6.5", "babel-plugin-transform-flow-strip-types": "^6.7.0", "babel-preset-es2015": "^6.6.0", "babel-preset-es2015-loose": "^7.0.0", "babel-preset-stage-1": "^6.5.0", "conventional-changelog": "0.0.11", "del": "^1.2.1", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-bump": "^0.1.13", "gulp-changed": "^1.3.0", "gulp-concat": "^2.6.0", "gulp-eslint": "^1.1.1", "gulp-htmlmin": "^3.0.0", "gulp-insert": "^0.5.0", "gulp-notify": "^2.2.0", "gulp-plumber": "^1.2.1", "gulp-sourcemaps": "^1.6.0", "gulp-yuidoc": "^0.1.2", "jasmine": "^2.4.1", "jasmine-core": "^2.99.1", "jspm": "^0.16.55", "karma": "^0.13.22", "karma-babel-preprocessor": "^6.0.1", "karma-chrome-launcher": "^0.1.12", "karma-coverage": "^0.3.1", "karma-jasmine": "^0.3.8", "karma-jspm": "^2.0.2", "object.assign": "^1.1.1", "require-dir": "^1.1.0", "run-sequence": "^1.0.2", "through2": "^2.0.5", "vinyl-paths": "^1.0.0", "yargs": "^2.3.0", "yui": "^3.18.1" }, "jspm": { "registry": "npm", "main": "index", "format": "amd", "directories": { "dist": "dist/amd" }, "dependencies": { "aurelia-binding": "^2.5.4", "aurelia-dependency-injection": "^1.5.2", "aurelia-logging": "^1.5.2", "aurelia-pal": "^1.8.2", "aurelia-pal-browser": "^1.8.1", "aurelia-templating": "^1.10.4" }, "devDependencies": { "aurelia-polyfills": "^1.1.1" } }, "directories": { "doc": "doc", "test": "test" }, "dependencies": {}, "aurelia": { "build": { "resources": [ "aurelia-dragula/dragula.css", "aurelia-dragula/dragula-and-drop" ] }, "import": { "tutorial": [ "add aurelia.use.plugin('aurelia-dragula') in src/main.js/ts", "in aurelia.json ensure the following resources are added", "dragula-and-drop.js, dragula-and-drop.html, dragula.css" ] } } }