forked from grommet/grommet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
116 lines (116 loc) · 3 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "grommet",
"version": "0.3.7",
"main": "src/js/index.js",
"description": "The most advanced UX framework for enterprise applications.",
"authors": [
"Alan Souza",
"Bryan Jacquot",
"Chris Carlozzi",
"Eric Soderberg"
],
"homepage": "http://grommet.io",
"bugs": "https://github.com/grommet/grommet/issues",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/grommet/grommet.git"
},
"bin": {
"grommet": "./bin/grommet.js"
},
"engine-strict": true,
"engines": {
"node": ">= 0.10",
"npm": ">= 1.4"
},
"scripts": {
"test": "gulp test"
},
"dependencies": {
"babel": "^5.3.3",
"babel-core": "^5.6.15",
"babel-eslint": "^4.0.10",
"babel-loader": "^5.2.2",
"css-loader": "^0.19.0",
"del": "^2.0.2",
"eslint": "^1.1.0",
"eslint-plugin-react": "^3.2.3",
"expect": "^1.6.0",
"file-loader": "^0.8.1",
"grommet-icon-loader": "^0.0.12",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-eslint": "^1.0.0",
"gulp-file": "^0.2.0",
"gulp-if": "^2.0.0",
"gulp-install": "^0.6.0",
"gulp-jsx-coverage": "^0.1.3",
"gulp-live-server": "^0.0.29",
"gulp-minify-css": "^1.1.0",
"gulp-mocha": "^2.0.1",
"gulp-open": "^1.0.0",
"gulp-preprocess": "^1.2.0",
"gulp-prompt": "^0.1.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-rsync": "0.0.5",
"gulp-sass": "^2.0.4",
"gulp-scss-lint": "^0.3.6",
"gulp-template": "^3.0.0",
"gulp-watch": "^4.2.4",
"imports-loader": "^0.6.3",
"intl": "^1.0.0",
"inuit-box-sizing": "~0.2.0",
"inuit-clearfix": "^0.2.1",
"inuit-defaults": "~0.2.1",
"inuit-functions": "~0.2.0",
"inuit-headings": "~0.3.0",
"inuit-images": "~0.3.3",
"inuit-list-bare": "~0.3.0",
"inuit-lists": "~0.1.0",
"inuit-mixins": "~0.2.3",
"inuit-normalize": "~3.0.2",
"inuit-page": "~0.2.1",
"inuit-reset": "~0.1.1",
"inuit-responsive-settings": "~0.1.2",
"inuit-responsive-tools": "~0.1.1",
"inuit-shared": "~0.1.5",
"jsdom-no-contextify": "~3.1.0",
"json-loader": "^0.5.1",
"lodash": "^3.8.0",
"mkdirp": "^0.5.1",
"moment": "^2.8.3",
"node-sass": "^3.2.0",
"react": "^0.13.1",
"react-gravatar": "^2.0.0",
"react-intl": "^1.2.0",
"reflux": "^0.2.7",
"rimraf": "^2.4.3",
"run-sequence": "^1.0.2",
"sass-loader": "^1.0.2",
"selenium-standalone": "^4.2.2",
"shelljs": "^0.5.3",
"style-loader": "^0.12.0",
"superagent": "^1.1.0",
"webdriverio": "^2.4.5",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.8.0",
"webpack-stream": "^2.0.0",
"yargs": "^3.8.0",
"path-is-absolute": "^1.0.0"
},
"devDependencies": {
"gulp-chug": "^0.4.2",
"gulp-coveralls": "^0.1.4",
"gulp-git": "^1.2.3",
"gulp-bump": "^1.0.0",
"rewire": "^2.3.3",
"should": "^7.0.4"
},
"config": {
"blanket": {
"loader": "../../../../../src/utils/test/blanket-stub-jsx.js"
}
}
}