forked from TahaSh/vue-paginate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (63 loc) · 1.4 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "vue-paginate",
"version": "2.1.3",
"description": "A simple vue.js plugin to paginate data",
"main": "dist/vue-paginate.js",
"scripts": {
"build": "node build/build.js",
"test": "./node_modules/karma/bin/karma start"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
},
"repository": {
"type": "git",
"url": "https://github.com/TahaSh/vue-paginate.git"
},
"keywords": [
"paginate",
"pagination",
"page",
"chunk",
"navigate",
"slice",
"vue"
],
"dependencies": {
"vue": "^1.0.16",
"babel-plugin-espower": "^2.1.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-rollup": "^1.1.1",
"babelify": "^7.3.0",
"brfs": "^1.4.3",
"browserify": "^13.0.1",
"browserify-shim": "^3.8.12",
"chai": "^3.5.0",
"karma": "^0.13.22",
"karma-browserify": "^5.0.5",
"karma-chrome-launcher": "^1.0.1",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^2.0.3",
"karma-phantomjs-launcher": "^1.0.0",
"karma-source-map-support": "^1.1.0",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.7",
"rollup": "^0.31.2",
"rollup-plugin-babel": "^2.5.1",
"uglify-js": "^2.6.2",
"watchify": "^3.7.0"
},
"devDependencies": {
},
"author": "Taha Shashtari",
"license": "MIT"
}