forked from Yaska/reactable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.27 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": "reactable",
"version": "0.12.1",
"description": "Fast, flexible, simple data tables in React",
"main": "./lib/reactable.js",
"repository": {
"type": "git",
"url": "https://github.com/glittershark/reactable.git"
},
"bugs": {
"url": "https://github.com/glittershark/reactable/issues"
},
"author": "Griffin Smith",
"license": "MIT",
"homepage": "https://github.com/glittershark/reactable",
"scripts": {
"test": "./node_modules/grunt-cli/bin/grunt ci",
"build": "./node_modules/grunt-cli/bin/grunt build"
},
"peerDependencies": {
"react": "* || ^0.14.0"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-babel": "^5.0.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-file-append": "0.0.6",
"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",
"load-grunt-tasks": "^3.2.0",
"markdownlint": "0.0.7",
"mocha": "^1.18.2",
"react": "^0.14.0"
},
"keywords": [
"react-component",
"react",
"table",
"data-tables"
]
}