forked from danielgindi/jquery.dgtable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 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
{
"name": "jquery.dgtable",
"title": "jquery.dgtable",
"description": "High-performance table View for jQuery",
"version": "0.5.4",
"main": "dist/jquery.dgtable.js",
"author": {
"name": "Daniel Cohen Gindi",
"email": "danielgindi@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/danielgindi/jquery.dgtable.git"
},
"bugs": {
"url": "https://github.com/danielgindi/jquery.dgtable/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/danielgindi/jquery.dgtable/blob/master/LICENSE"
}
],
"dependencies": {},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
"babel-plugin-transform-es3-property-literals": "^6.8.0",
"babel-plugin-transform-merge-sibling-variables": "^6.8.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-property-literals": "^6.8.0",
"babel-plugin-transform-remove-debugger": "^6.8.0",
"babel-preset-es2015": "^6.16.0",
"grunt": "^1.0.1",
"grunt-closure-compiler": "^0.0.21",
"grunt-contrib-uglify": "^2.0.0",
"grunt-header": "^1.1.0",
"grunt-replace": "^1.0.1",
"grunt-webpack": "^1.0.18",
"webpack": "^1.13.2"
},
"scripts": {
"postinstall": "grunt build"
}
}