-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
49 lines (49 loc) · 1.04 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
{
"name": "vue-tables",
"description": "Vue.js grid components",
"version": "1.6.44",
"keywords": [
"vue",
"bootstrap",
"tables",
"grids"
],
"repository": {
"type": "git",
"url": "https://github.com/matfish2/vue-tables"
},
"files": [
"index.js",
"lib",
"tonic-example.js"
],
"dependencies": {
"merge": "^1.2.0",
"moment": "^2.11.1",
"v-pagination": "^0.1",
"vue": ">=1.0 <2.0.0",
"vue-resource": "0.9.3"
},
"browserify": {
"transform": [
"stringify"
]
},
"licenses": "MIT",
"main": "index.js",
"tonicExampleFilename": "tonic-example.js",
"scripts": {
"build-min": "browserify index.js --s VueTables | uglifyjs -c > dist/vue-tables.min.js"
},
"devDependencies": {
"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",
"stringify": "^3.2.0"
}
}