Skip to content

Instantly share code, notes, and snippets.

@carlosagsmendes
Created October 20, 2015 17:53
Show Gist options
  • Save carlosagsmendes/eaa44a2e262e07a98f92 to your computer and use it in GitHub Desktop.
Save carlosagsmendes/eaa44a2e262e07a98f92 to your computer and use it in GitHub Desktop.
JSPM package.json
{
"jspm": {
"dependencies": {
"amplify": "github:mikehostetler/amplify@1.1.2",
"bootstrap": "github:twbs/bootstrap@3.3.4",
"clean-css": "npm:clean-css@^3.4.5",
"css": "github:systemjs/plugin-css@0.1.18",
"image": "github:systemjs/plugin-image@0.1.0",
"jquery": "github:components/jquery@2.1.4",
"jquery-caret": "github:ichord/Caret.js@0.2.2",
"jquery-file-upload": "github:blueimp/jQuery-File-Upload@9.11.2",
"jquery-ui": "github:components/jqueryui@1.11.4",
"knockout": "github:knockout/knockout@3.3.0",
"knockout-delegated-events": "github:rniemeyer/knockout-delegatedEvents@0.6.1",
"knockout-postbox": "github:rniemeyer/knockout-postbox@0.5.2",
"knockout-projections": "github:SteveSanderson/knockout-projections@1.1.0",
"knockout-sortable": "github:rniemeyer/knockout-sortable@0.11.0",
"knockout-validation": "github:Knockout-Contrib/Knockout-Validation@2.0.2",
"moment": "github:moment/moment@2.9.0",
"moment-timezone": "github:moment/moment-timezone@0.3.1",
"text": "github:systemjs/plugin-text@0.0.2",
"tinymce": "github:tinymce/tinymce-dist@4.2.5",
"toastr": "github:CodeSeven/toastr@2.1.2",
"typeahead": "github:twitter/typeahead.js@0.10.5"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
},
"overrides": {
"github:components/jqueryui@1.11.4": {
"main": "jquery-ui",
"format": "global",
"dependencies": {
"jquery": "github:components/jquery@2.1.4"
},
"shim": {
"ui/core": {
"deps": [
"jquery"
]
},
"ui/mouse": {
"deps": [
"jquery"
]
},
"ui/widget": {
"deps": [
"jquery"
]
},
"ui/datepicker": {
"deps": [
"jquery"
]
},
"ui/draggable": {
"deps": [
"jquery"
]
},
"ui/sortable": {
"deps": [
"jquery"
]
}
}
},
"github:CodeSeven/toastr@2.1.2": {
"files": [
"toastr.js",
"build/toastr.css",
"toastr.less"
],
"shim": {
"toastr": {
"deps": [
"toastr/build/toastr.css!css"
]
}
}
},
"github:knockout/knockout@3.3.0": {
"directories": {
"lib": "dist"
},
"main": "knockout.debug",
"shim": {
"knockout.debug": {
"exports": "ko"
}
}
},
"github:ichord/Caret.js@0.2.2": {
"directories": {
"lib": "dist"
},
"main": "jquery.caret",
"dependencies": {
"jquery": "github:components/jquery@2.1.4"
}
},
"github:Knockout-Contrib/Knockout-Validation@2.0.2": {
"directories": {
"lib": "dist"
},
"main": "knockout.validation",
"shim": {
"knockout.validation": {
"deps": [
"knockout"
]
}
},
"dependencies": {
"knockout": "github:knockout/knockout@3.3.0"
}
},
"github:rniemeyer/knockout-postbox@0.5.0": {
"directories": {
"lib": "build"
},
"main": "knockout-postbox",
"dependencies": {
"knockout": "github:knockout/knockout@3.3.0"
}
},
"github:SteveSanderson/knockout-projections@1.1.0": {
"directories": {
"lib": "dist"
},
"main": "knockout-projections",
"dependencies": {
"knockout": "github:knockout/knockout@3.3.0"
}
},
"github:rniemeyer/knockout-sortable@0.11.0": {
"directories": {
"lib": "build"
},
"main": "knockout-sortable",
"dependencies": {
"knockout": "github:knockout/knockout@3.3.0",
"jquery-ui": "github:components/jqueryui@1.11.4"
},
"map": {
"jquery-ui/sortable": "jquery-ui/ui/sortable",
"jquery-ui/draggable": "jquery-ui/ui/draggable"
}
},
"github:blueimp/jQuery-File-Upload@9.11.2": {
"files": [
"js/jquery.fileupload.js",
"js/jquery.fileupload-process.js",
"js/jquery.fileupload-validate.js",
"js/jquery.iframe-transport.js"
],
"directories": {
"lib": "js"
},
"main": "jquery.fileupload",
"dependencies": {
"jquery": "github:components/jquery@2.1.4"
},
"shim": {
"jquery.fileupload": {
"deps": [
"jquery"
]
},
"jquery.fileupload-process": {
"deps": [
"jquery-file-upload"
]
},
"jquery.fileupload-validate": {
"deps": [
"jquery-file-upload",
"jquery-file-upload/jquery.fileupload-process"
]
},
"jquery.iframe-transport": {
"deps": [
"jquery-file-upload"
]
}
},
"map": {
"jquery": "github:components/jquery@2.1.4"
}
},
"github:tinymce/tinymce-dist@4.2.5": {
"main": "jquery.tinymce.min",
"shim": {
"jquery.tinymce.min": {
"exports": "tinymce",
"deps": [
"tinymce/tinymce.jquery.min"
]
},
"plugins/anchor/plugin": {
"deps": [
"tinymce"
]
},
"plugins/autolink/plugin": {
"deps": [
"tinymce"
]
},
"plugins/autoresize/plugin": {
"deps": [
"tinymce"
]
},
"plugins/code/plugin": {
"deps": [
"tinymce"
]
},
"plugins/directionality/plugin": {
"deps": [
"tinymce"
]
},
"plugins/link/plugin": {
"deps": [
"tinymce"
]
},
"plugins/lists/plugin": {
"deps": [
"tinymce"
]
},
"themes/modern/theme": {
"deps": [
"tinymce"
]
}
},
"dependencies": {
"jquery": "github:components/jquery@2.1.4"
}
},
"github:moment/moment@2.9.0": {
"files": [
"moment.js",
"locale"
],
"main": "moment"
},
"github:moment/moment-timezone@0.3.1": {
"directories": {
"lib": "builds"
},
"main": "moment-timezone-with-data-2010-2020"
},
"github:twitter/typeahead.js@0.10.5": {
"directories": {
"lib": "dist"
},
"main": "typeahead.bundle",
"dependencies": {
"jquery": "github:components/jquery@2.1.4"
}
}
}
},
"devDependencies": {
"browser-sync": "^2.8.0",
"crypto": "0.0.3",
"del": "^1.2.0",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.6.0",
"gulp-insert": "^0.4.0",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.0",
"gulp-plumber": "^1.0.1",
"gulp-replace": "^0.5.3",
"gulp-rev": "^6.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"jspm": "0.16.13",
"merge": "^1.2.0",
"mkdirp": "^0.5.1",
"modify-filename": "^1.1.0",
"object.assign": "^3.0.1",
"path": "^0.11.14",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.2",
"vinyl-paths": "^1.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment