forked from crissdev/knockout.mapping
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1004 Bytes
/
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
{
"name": "knockout-mapping",
"version": "2.6.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": "^2.0.2",
"gulp": "^3.8.11",
"gulp-header": "^1.2.2",
"gulp-if": "^2.0.0",
"gulp-jshint": "^2.0.0",
"gulp-plumber": "^1.0.1",
"gulp-qunit": "^1.2.1",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.1.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.0.1"
},
"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"
}