SIGN IN SIGN UP
ionic-team / ionicons UNCLAIMED

Premium hand-crafted icons built by Ionic, for Ionic apps and web apps everywhere 🌎

0 0 191 TypeScript
2017-12-14 14:53:28 -06:00
{
"name": "ionicons",
2021-02-01 15:36:05 -06:00
"version": "5.5.0-0",
2017-12-14 14:53:28 -06:00
"description": "Premium icons for Ionic.",
"files": [
2018-12-12 20:56:14 +01:00
"dist/",
"icons/"
2017-12-14 14:53:28 -06:00
],
"main": "./dist/index.cjs.js",
"module": "./dist/index.js",
2019-10-17 14:24:40 -05:00
"types": "dist/types/index.d.ts",
2018-05-15 17:12:22 -05:00
"unpkg": "dist/ionicons.js",
2017-12-14 14:53:28 -06:00
"collection": "dist/collection/collection-manifest.json",
2019-06-07 14:54:54 +02:00
"collection:main": "dist/collection/index.js",
2017-12-14 14:53:28 -06:00
"scripts": {
2019-10-18 10:24:15 -05:00
"build": "tsc -p scripts/tsconfig.json && npm run build.files && npm run build.component && npm run collection.copy",
2019-09-17 12:55:13 -05:00
"build.files": "node scripts/build.js",
2019-10-18 10:24:15 -05:00
"build.component": "stencil build",
"collection.copy": "node scripts/collection-copy.js",
2019-09-17 12:55:13 -05:00
"start": "stencil build --dev --watch --serve",
2020-10-07 16:16:53 -05:00
"test": "stencil test --spec",
"release": "np --no-2fa",
"version": "npm run build"
2017-12-14 14:53:28 -06:00
},
"dependencies": {
"@stencil/core": "^2.4.0"
},
2017-12-14 14:53:28 -06:00
"devDependencies": {
"@types/fs-extra": "^9.0.6",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.22",
"@types/svgo": "^1.3.3",
"fs-extra": "^9.1.0",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"np": "^7.2.0",
"svgo": "1.3.2",
"typescript": "^4.1.3"
2017-12-14 14:53:28 -06:00
},
"keywords": [
2020-02-06 09:38:55 -06:00
"icon pack",
2017-12-14 14:53:28 -06:00
"ionic",
"icon",
"svg",
"mobile",
"web component",
"component",
2020-02-06 09:38:55 -06:00
"custom element",
"material design",
"ios"
2017-12-14 14:53:28 -06:00
],
"homepage": "http://ionicons.com/",
"author": {
"name": "Ben Sperry",
"web": "https://twitter.com/benjsperry"
},
"contributors": [
{
"name": "Adam Bradley",
"web": "http://twitter.com/adamdbradley"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/ionicons.git"
},
"bugs": {
"url": "https://github.com/ionic-team/ionicons/issues"
},
2019-07-11 20:02:48 -05:00
"license": "MIT",
"sideEffects": [
"icons/imports/"
]
2020-06-23 14:14:09 -05:00
}