-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 869 Bytes
/
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
{
"name": "react-rework-flex",
"version": "1.0.7",
"description": "React grid system using rework-flex-grid",
"main": "dist/index.js",
"dependencies": {
"react": "~0.12.2"
},
"devDependencies": {
"del": "~1.1.1",
"gulp": "~3.8.10",
"gulp-jshint": "~1.9.0",
"gulp-plumber": "~0.6.6",
"gulp-react": "~2.0.0",
"jshint-stylish": "^1.0.0",
"through2": "^0.6.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/eliquious/react-rework-flex.git"
},
"keywords": [
"react",
"grid",
"flex",
"rework"
],
"author": "eliquious (Max Franks)",
"license": "MIT",
"bugs": {
"url": "https://github.com/eliquious/react-rework-flex/issues"
},
"homepage": "https://github.com/eliquious/react-rework-flex"
}