forked from SteveSanderson/knockout.mapping
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
50 lines (50 loc) · 1.02 KB
/
package.json
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": "knockout-mapping",
"version": "2.6.0",
"description": "Knockout Mapping plugin",
"main": "dist/knockout.mapping.js",
"files": [
"dist",
"HISTORY.md"
],
"engines": {
"node": ">=6.9.5"
},
"keywords": [
"knockout",
"mapping",
"knockout-mapping",
"knockout.mapping",
"plugin",
"ko"
],
"peerDependencies": {
"knockout": ">=2.2.0"
},
"devDependencies": {
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-header": "^2.0.5",
"gulp-if": "^2.0.2",
"gulp-jshint": "^2.1.0",
"gulp-plumber": "^1.2.0",
"gulp-qunit": "^2.0.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"jshint": "^2.9.6",
"jshint-stylish": "^2.2.1"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/crissdev/knockout.mapping.git"
},
"bugs": {
"url": "https://github.com/crissdev/knockout.mapping/issues"
},
"license": "MIT"
}