forked from glittershark/reactable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.13 KB
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
{
"name": "reactable",
"version": "0.10.1",
"description": "Fast, flexible, simple data tables in React",
"main": "./build/reactable.js",
"repository": {
"type": "git",
"url": "https://github.com/glittershark/reactable.git"
},
"bugs": {
"url" : "http://github.com/glittershark/reactable/issues",
"email" : "wildgriffin45@gmail.com"
},
"author": "Griffin Smith",
"license": "MIT",
"bugs": {
"url": "https://github.com/glittershark/reactable/issues"
},
"homepage": "https://github.com/glittershark/reactable",
"scripts": {
"test": "./node_modules/grunt-cli/bin/grunt testOnce"
},
"peerDependencies": {
"react": "*"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.8.2",
"grunt-react": "^0.10.0",
"karma": "^0.12.9",
"karma-chrome-launcher": "^0.1.3",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.3",
"karma-phantomjs-launcher": "^0.1.4",
"karma-spec-reporter": "0.0.12",
"mocha": "^1.18.2"
},
"keywords": ["react-component", "react", "table", "data-tables"]
}