-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
55 lines (55 loc) · 1.44 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
{
"name": "fixtable",
"version": "2.0.8",
"description": "A grid library to present tabular data",
"scripts": {
"test": "grunt test",
"prepublish": "grunt dist && git add dist/*"
},
"repository": {
"type": "git",
"url": "https://github.com/MyPureCloud/fixtable.git"
},
"keywords": [
"Table",
"Data"
],
"author": "Interactive Intelligence",
"contributors": [
"Brian Herold <brian.herold@inin.com>",
"Michael McAuley <mike.mcauley@inin.com>",
"Trezy <tre@trezy.com> (http://trezy.com)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/MyPureCloud/fixtable/issues"
},
"homepage": "https://github.com/MyPureCloud/fixtable",
"devDependencies": {
"bootstrap": "^3.3.7",
"chai": "^3.5.0",
"coffee-script": "^1.9.1",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^2.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-groc": "^0.5.0",
"grunt-mocha-phantomjs": "^4.0.0",
"grunt-mocha-test": "^0.12.7",
"grunt-notify": "^0.4.1",
"grunt-releaseable": "0.0.16",
"grunt-webpack": "^2.0.1",
"load-grunt-config": "^0.16.0",
"mocha": "^2.1.0",
"precommit-hook": "^3.0.0",
"time-grunt": "^1.1.0",
"webpack": "^2.2.1"
},
"pre-commit": [
"test"
]
}