-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 717 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 717 Bytes
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
{
"name": "react-plain-table",
"version": "1.0.0",
"description": "General-purpose table presentation component for React.",
"main": "table.jsx",
"scripts": {
"test": "node tests/index.js"
},
"keywords": [
"react",
"react-component",
"table"
],
"author": "joshwnj",
"license": "MIT",
"dependencies": {
"react": "^0.11.1"
},
"devDependencies": {
"jsdom": "~0.10.5",
"node-jsx": "^0.11.0",
"react-addons": "^0.9.0",
"react-tools": "^0.11.1",
"tape": "^2.14.0"
},
"browserify": {
"transform": [
[
"reactify"
]
]
},
"repository": {
"type": "git",
"url": "https://github.com/joshwnj/react-plain-table.git"
}
}