forked from ErikSchierboom/knockout-paging
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "knockout-paging",
"version": "0.2.1",
"description": "Knockout paging",
"main": "dist/knockout-paging.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git@github.com/ErikSchierboom/knockout-paging.git"
},
"description": "Adds an extender to Knockout to add paging functionality to observable arrays.",
"keywords": [
"knockout",
"foreach",
"paging",
"initialize",
"javascript"
],
"author": "Erik Schierboom",
"license": "Apache",
"bugs": {
"url": "https://github.com/ErikSchierboom/knockout-paging/issues"
},
"homepage": "https://github.com/ErikSchierboom/knockout-paging",
"devDependencies": {
"chai": "^2.2.0",
"gulp": "^3.8.8",
"gulp-bump": "^0.3.0",
"gulp-livereload": "^3.7.0",
"gulp-load-plugins": "^0.10.0",
"gulp-mocha-phantomjs": "^0.6.1",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-uglify": "^1.0.2",
"gulp-webserver": "^0.9.0",
"jquery": "^2.1.3",
"mocha": "^2.2.4"
},
"dependencies": {
"knockout": "^3.2.0"
}
}