-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 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
41
{
"name": "@cleerio/cleerio-icons",
"version": "2.7.1",
"private": false,
"description": "Icon set for Cleerio apps",
"main": "dist/index.js",
"style": "css/cleerio-icons.css",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/geosense/cleerio-icons.git"
},
"author": "Cleerio contributors <developer@cleerio.com>",
"license": "GPL-2.0",
"homepage": "https://www.cleerio.com",
"scripts": {
"compile": "./node_modules/.bin/babel --presets es2015,stage-0,react -d dist src",
"prepublish": "npm run compile"
},
"keywords": [
"react",
"react-component",
"cleerio",
"cleerio-icons",
"icons",
"symbol"
],
"peerDependencies": {
"prop-types": "^15.0.0",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
},
"bugs": {
"url": "https://github.com/geosense/cleerio-icons/issues"
}
}