-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
{
"name": "react-spreadsheet",
"version": "1.0.0",
"description": "Spreadsheet like ReactJS component",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/carlosvillu/react-spreadsheet"
},
"keywords": [
"reactjs",
"web",
"component",
"spreadsheet"
],
"author": "Carlos Villuendas",
"license": "MIT",
"bugs": {
"url": "https://github.com/carlosvillu/react-spreadsheet/issues"
},
"homepage": "https://github.com/carlosvillu/react-spreadsheet",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^3.2.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-react": "^0.10.0"
},
"dependencies": {
"backbone": "^1.1.2",
"debug": "^2.1.0",
"drag-drop": "^2.0.0",
"flux": "^2.0.1",
"jquery": "^2.1.1",
"lodash": "^2.4.1",
"mathjs": "^1.1.1",
"react": "^0.12.0",
"underscore": "^1.7.0"
}
}