-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
118 lines (118 loc) · 2.95 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"_args": [
[
{
"raw": "vue-tables-2",
"scope": null,
"escapedName": "vue-tables-2",
"name": "vue-tables-2",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/claudio/src/cdec-ppagos-app"
]
],
"_from": "vue-tables-2@latest",
"_id": "[email protected]",
"_inCache": true,
"_location": "/vue-tables-2",
"_nodeVersion": "6.4.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/vue-tables-2-0.3.0.tgz_1484905206342_0.02347028162330389"
},
"_npmUser": {
"name": "matfish2",
"email": "[email protected]"
},
"_npmVersion": "3.10.6",
"_phantomChildren": {},
"_requested": {
"raw": "vue-tables-2",
"scope": null,
"escapedName": "vue-tables-2",
"name": "vue-tables-2",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/vue-tables-2/-/vue-tables-2-0.3.0.tgz",
"_shasum": "c1962c9bec63e57641068e7fc7125d939b2b9b08",
"_shrinkwrap": null,
"_spec": "vue-tables-2",
"_where": "/Users/claudio/src/cdec-ppagos-app",
"browserify": {
"transform": [
"babelify"
]
},
"bugs": {
"url": "https://github.com/matfish2/vue-tables-2/issues"
},
"dependencies": {
"clone": "^2.1.0",
"merge": "^1.2.0",
"moment": "^2.11.1",
"vue": ">=2.0.0",
"vue-pagination-2": "https://github.com/claudioDcv/vue-pagination-2-fork.git",
"vue-resource": "^0.9.0"
},
"description": "Vue.js 2 grid components",
"devDependencies": {
"babel-helper-vue-jsx-merge-props": "^2.0.1",
"babel-plugin-syntax-jsx": "^6.13.0",
"babel-plugin-transform-vue-jsx": "^3.1.0",
"daterangepicker": "0.0.3",
"jasmine-core": "^2.3.4",
"jquery": "^2.1.4",
"karma": "^0.13.15",
"karma-browserify": "^4.4.1",
"karma-chrome-launcher": "^0.2.1",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.6"
},
"directories": {},
"dist": {
"shasum": "c1962c9bec63e57641068e7fc7125d939b2b9b08",
"tarball": "https://registry.npmjs.org/vue-tables-2/-/vue-tables-2-0.3.0.tgz"
},
"files": [
"index.js",
"lib",
"tonic-example.js"
],
"gitHead": "889ab2c947b5ebae0be09c7968c50ca87263ab24",
"homepage": "https://github.com/matfish2/vue-tables-2#readme",
"keywords": [
"vue2",
"vuex",
"bootstrap",
"tables",
"grids"
],
"licenses": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "matfish2",
"email": "[email protected]"
}
],
"name": "vue-tables-2",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/matfish2/vue-tables-2.git"
},
"scripts": {
"build-min": "browserify index.js --s VueTables | uglifyjs -c > dist/vue-tables.min.js"
},
"tonicExampleFilename": "tonic-example.js",
"version": "0.3.0"
}