forked from ccm-innovation/react-initicon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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
{
"name": "react-initicon",
"version": "0.3.0",
"description": "A lightweight React library to generate dynamic Initial Icons (similar to Identicons).",
"main": "lib",
"scripts": {
"build": "babel -d ./ src --presets es2015,react,stage-0 && uglifyjs shared.js index.js --compress -o initicon.min.js"
},
"author": {
"name": "Brad Bumbalough",
"email": "[email protected]"
},
"contributors": [
{
"name": "Michael Hirsch",
"email": "[email protected]"
},
{
"name": "Calvin Mikael",
"email": "[email protected]"
}
],
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"browserify": "^13.0.1",
"concat-cli": "^4.0.0",
"uglify-js": "^2.6.4",
"uglifyjs": "^2.4.10"
},
"keywords": [
"react",
"react-native",
"identicon",
"icon"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ccm-innovation/react-initicon.git"
},
"bugs": {
"url": "https://github.com/ccm-innovation/react-initicon/issues"
},
"homepage": "https://github.com/ccm-innovation/react-initicon#readme"
}