-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
40 lines (40 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
{
"name": "griddle-callback",
"version": "0.2.1",
"description": "A Griddle wrapper for obtaining external data with a callback.",
"main": "modules/griddleWithCallback.jsx.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"griddleWithCallback",
"grid",
"react-grid",
"react-component"
],
"author": "Ryan Lanciaux",
"license": "MIT",
"dependencies": {
"react": "0.14.3",
"react-dom": "0.14.3",
"react-tools": "~0.12.0",
"underscore": "~1.6.0",
"griddle-react": "^0.2.0"
},
"devDependencies": {
"babel-loader": "^5.3.3",
"griddle-react": "^0.2.8",
"grunt": "^0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsxhint": "^0.4.0",
"grunt-open": "^0.2.3",
"grunt-react": "~0.10.0",
"grunt-webpack": "^1.0.11",
"jest-cli": "*",
"webpack": "1.12.3",
"webpack-dev-server": "~1.12.1"
}
}