forked from GriddleGriddle/Griddle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.7 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "griddle-react",
"version": "0.3.1",
"description": "Griddle - A fast and flexible grid component for React.",
"keywords": [
"react-component",
"grid",
"react",
"pagination",
"sort"
],
"main": "modules/griddle.jsx.js",
"peerDependencies": {
"react": "^0.14.3",
"underscore": ">= 1.6.0 < 2"
},
"devDependencies": {
"babel-jest": "^5.2.1",
"babel-loader": "^5.3.3",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.3",
"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-include-replace": "~2.0.0",
"grunt-jsxhint": "^0.4.0",
"grunt-markdown": "~0.6.1",
"grunt-open": "^0.2.3",
"grunt-webpack": "^1.0.11",
"jasmine-core": "^2.3.4",
"karma": "^0.13.15",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^0.2.1",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-webpack": "^1.7.0",
"phantomjs": "^1.9.18",
"phantomjs-polyfill": "0.0.1",
"react": "^0.14.3",
"react-addons-test-utils": "0.14.3",
"react-chartist": "~0.2.1",
"react-dom": "0.14.3",
"underscore": "~1.6.0",
"webpack": "1.12.3",
"webpack-dev-server": "1.12.1"
},
"scripts": {
"test": "karma start --browsers PhantomJS",
"test-single": "karma start --singleRun true --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "git://github.com/GriddleGriddle/Griddle.git"
},
"author": "GriddleGriddle",
"license": "MIT",
"bugs": {
"url": "https://github.com/GriddleGriddle/Griddle/issues"
},
"homepage": "https://github.com/GriddleGriddle/Griddle"
}