Files
ionic-framework/packages/core/package.json
2017-07-28 18:30:26 -04:00

31 lines
801 B
JSON

{
"name": "@ionic/core",
"version": "0.0.1",
"description": "Base components for Ionic",
"main": "dist/collection/collection-manifest.json",
"scripts": {
"build": "stencil build --prod",
"dev": "sd concurrent \"stencil build --watch\" \"stencil-dev-server\"",
"test": "(jest --no-cache || true)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/ionic.git"
},
"dependencies": {
"@stencil/core": "0.0.4-0"
},
"devDependencies": {
"@stencil/dev-server": "0.0.11",
"@stencil/utils": "0.0.3",
"ionicons": "3.0.0",
"jest": "^20.0.4"
},
"author": "Ionic Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/ionic-team/ionic/issues"
},
"homepage": "https://github.com/ionic-team/ionic#readme"
}