-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 902 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": "material-grid",
"version": "0.1.0",
"description": "React Components for Material Design Grids. Based on MDL.",
"main": "/dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build",
"build": "babel ./src --out-dir ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cleanshooter/material-grid.git"
},
"keywords": [
"Material",
"Design",
"Grid",
"Cell",
"React",
"MDL"
],
"author": "Joe Motacek",
"license": "MIT",
"bugs": {
"url": "https://github.com/Cleanshooter/material-grid/issues"
},
"homepage": "https://github.com/Cleanshooter/material-grid#readme",
"dependencies": {
"react": "^15.4.1"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0"
}
}