Files
ionic-framework/packages/core/package.json
2017-08-31 20:59:27 -05:00

34 lines
958 B
JSON

{
"name": "@ionic/core",
"version": "0.0.2-10",
"description": "Base components for Ionic",
"main": "dist/collection/index.js",
"types": "dist/collection/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"files": [
"dist/",
"README.md"
],
"devDependencies": {
"@stencil/core": "^0.0.5-10",
"@stencil/dev-server": "latest",
"@stencil/utils": "latest"
},
"scripts": {
"build": "stencil build",
"dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\"",
"publish": "npm run build && node scripts/publish.js && ../../node_modules/.bin/np --any-branch",
"test": "jest --no-cache"
},
"author": "Ionic Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/ionic.git"
},
"bugs": {
"url": "https://github.com/ionic-team/ionic/issues"
},
"homepage": "https://github.com/ionic-team/ionic#readme"
}