mirror of
https://github.com/Febbweiss/filebrowser-durandal-widget.git
synced 2026-03-05 06:35:49 +00:00
47 lines
980 B
JSON
47 lines
980 B
JSON
{
|
|
"name": "knockout-mapping",
|
|
"version": "2.5.0",
|
|
"description": "Knockout Mapping plugin",
|
|
"main": "dist/knockout.mapping.js",
|
|
"files": [
|
|
"dist",
|
|
"HISTORY.md"
|
|
],
|
|
"keywords": [
|
|
"knockout",
|
|
"mapping",
|
|
"knockout-mapping",
|
|
"knockout.mapping",
|
|
"plugin",
|
|
"ko"
|
|
],
|
|
"peerDependencies": {
|
|
"knockout": ">=2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"del": "^1.1.1",
|
|
"gulp": "^3.8.11",
|
|
"gulp-header": "^1.2.2",
|
|
"gulp-if": "^1.2.5",
|
|
"gulp-jshint": "^1.9.2",
|
|
"gulp-plumber": "^0.6.6",
|
|
"gulp-qunit": "^1.2.1",
|
|
"gulp-rename": "^1.2.0",
|
|
"gulp-replace": "^0.5.2",
|
|
"gulp-sourcemaps": "^1.3.0",
|
|
"gulp-uglify": "^1.1.0",
|
|
"jshint-stylish": "^1.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "gulp test-ci"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/crissdev/knockout.mapping.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/crissdev/knockout.mapping/issues"
|
|
},
|
|
"license": "MIT"
|
|
}
|