-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
{
"name": "reactable-cacheable",
"version": "0.4.0",
"description": "An extension of Glittershark's reactable.js that allows caching of table data for faster sorting and filtering.",
"main": "./lib/reactable-cacheable.js",
"dependencies": {
"browserify": "^13.1.0",
"grunt-http-server": "^2.0.0",
"http-server": "^0.9.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-tools": "^0.13.3"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-babel": "^5.0.1",
"grunt-browserify": "^5.0.0",
"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",
"load-grunt-tasks": "^3.2.0",
"reactable": "^0.14.0"
},
"scripts": {
"start": "./node_modules/grunt-cli/bin/grunt test",
"build": "./node_modules/grunt-cli/bin/grunt build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stbly1/reactable-cacheable"
},
"keywords": [
"reactable",
"caching",
"speed",
"filtering",
"sorting"
],
"author": "Conor Britain",
"license": "MIT"
}