-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 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
{
"name": "slickgrid-colgroup-plugin",
"version": "1.1.2",
"description": "SlickGrid plugin to create column group in a header.",
"main": "src/slick.colgroup.js",
"scripts": {
"test": "make test",
"version": "make && git add ."
},
"repository": {
"type": "git",
"url": "https://github.com/keik/slickgrid-colgroup-plugin.git"
},
"keywords": [
"slickgrid",
"grid",
"plugin"
],
"author": {
"name": "keik",
"email": "[email protected]",
"url": "keik.info"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/keik/slickgrid-colgroup-plugin/issues"
},
"homepage": "https://github.com/keik/slickgrid-colgroup-plugin#readme",
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"bower": "^1.7.7",
"browserify": "^13.0.0",
"chai": "^3.5.0",
"eslint": "^2.4.0",
"mocha": "^2.4.5",
"mocha-phantomjs": "^4.0.2",
"uglify-js": "^2.6.2",
"undebuggify": "^1.0.1",
"watchify": "^3.7.0"
},
"dependencies": {
"debug": "^2.2.0"
}
}