Files
ionic-framework/packages/core/package.json
Manuel Mtz-Almeida 122b27f62c 0.0.2-16
2017-09-15 23:04:59 -05:00

35 lines
964 B
JSON

{
"name": "@ionic/core",
"version": "0.0.2-16",
"description": "Base components for Ionic",
"main": "dist/collection/index.js",
"types": "dist/collection/index.d.ts",
"browser": "dist/ionic.js",
"collection": "dist/collection/collection-manifest.json",
"files": [
"dist/"
],
"devDependencies": {
"@stencil/core": "0.0.5-23",
"@stencil/dev-server": "latest",
"@stencil/utils": "latest"
},
"scripts": {
"build": "stencil build",
"dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\"",
"deploy": "../../node_modules/.bin/np --any-branch",
"test": "jest --no-cache",
"prepublishOnly": "npm run build"
},
"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"
}