Files
ionic-framework/packages/core/package.json
2017-07-17 17:08:18 -04:00

32 lines
926 B
JSON

{
"name": "@ionic/core",
"version": "0.0.1",
"description": "Base components for Ionic",
"main": "dist/collection/collection-manifest.json",
"scripts": {
"build": "npm run copy.vendor && stencil build --prod",
"dev": "concurrently --raw \"stencil build --watch\" \"stencil-dev-server\"",
"copy.vendor": "mkdir -p ./dist/collection/vendor && cp -Rf ./src/vendor ./dist/collection",
"link.stencil": "npm link @stencil/core",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/ionic.git"
},
"dependencies": {
"@stencil/core": "0.0.2-5"
},
"devDependencies": {
"@stencil/dev-server": "0.0.9",
"concurrently": "^3.5.0",
"ionicons": "3.0.0"
},
"author": "Ionic Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/ionic-team/ionic/issues"
},
"homepage": "https://github.com/ionic-team/ionic#readme"
}