forked from GriddleGriddle/Griddle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
86 lines (86 loc) · 2.45 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "griddle-react",
"version": "0.5.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 || ^15.0.1"
},
"dependencies": {
"lodash.assign": "^4.0.6",
"lodash.defaults": "^4.0.0",
"lodash.difference": "^4.0.1",
"lodash.drop": "^4.0.0",
"lodash.dropright": "^4.0.0",
"lodash.filter": "^4.0.0",
"lodash.find": "^4.0.0",
"lodash.foreach": "^4.0.0",
"lodash.frompairs": "^4.0.0",
"lodash.includes": "^4.0.0",
"lodash.initial": "^4.0.0",
"lodash.isarray": "^4.0.0",
"lodash.isempty": "^4.0.0",
"lodash.isfunction": "^3.0.7",
"lodash.isnull": "^3.0.0",
"lodash.isobject": "^3.0.2",
"lodash.isundefined": "^3.0.1",
"lodash.map": "^4.0.0",
"lodash.omit": "^4.0.1",
"lodash.pick": "^4.0.0",
"lodash.sortby": "^4.0.0",
"lodash.take": "^4.0.1",
"lodash.topairs": "^4.0.0",
"lodash.uniqueid": "^3.1.0",
"lodash.without": "^4.0.1"
},
"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-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 || ^15.0.1",
"react-addons-test-utils": "^0.14.3 || ^15.0.1",
"react-chartist": "^0.10.2",
"react-dom": "^0.14.3 || ^15.0.1",
"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"
}