forked from crissdev/knockout.mapping
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1011 Bytes
/
package.json
File metadata and controls
50 lines (50 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "ko-mapping",
"version": "3.0.0",
"description": "Knockout Mapping plugin",
"main": "dist/knockout.mapping.js",
"types": "types/knockout.mapping.d.ts",
"files": [
"dist",
"HISTORY.md",
"types"
],
"engines": {
"node": ">=18"
},
"keywords": [
"knockout",
"mapping",
"knockout-mapping",
"knockout.mapping",
"plugin",
"ko",
"ko-mapping"
],
"peerDependencies": {
"knockout": ">=3.5.1"
},
"devDependencies": {
"del": "8.0.0",
"gulp": "5.0.0",
"gulp-header": "2.0.9",
"gulp-plumber": "1.2.1",
"gulp-qunit": "3.0.1",
"gulp-rename": "2.0.0",
"gulp-replace": "1.1.4",
"gulp-sourcemaps": "3.0.0",
"gulp-uglify": "3.0.2"
},
"scripts": {
"build": "gulp build",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eithe/knockout.mapping.git"
},
"bugs": {
"url": "https://github.com/eithe/knockout.mapping/issues"
},
"license": "MIT"
}