-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.07 KB
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
{
"name": "react-morph-material-icons",
"version": "1.0.0",
"description": "React Component with google material icons + morpheus effect.",
"main": "build/material-icons.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/friktor/react-material-icons.git"
},
"keywords": [
"react",
"material",
"design",
"material",
"icons",
"react-morph-material-icons",
"react-component",
"morpheus-svg"
],
"author": "Anton Shramko <antonshramko@yandex.ru>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/friktor/react-material-icons/issues"
},
"readmeFilename": "README.md",
"homepage": "http://friktor.github.io/react-material-icons/",
"dependencies": {
"react": "^15.2.1",
"react-dom": "^15.2.1",
"svg-morpheus": "git+https://github.com/alexk111/SVG-Morpheus.git"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2"
}
}