Files
ionic-framework/packages/ionic/package.json
2017-06-22 12:03:59 -05:00

27 lines
698 B
JSON

{
"name": "@ionic/ionic",
"version": "0.0.1",
"description": "Base components for Ionic",
"main": "dist/index.js",
"scripts": {
"build": "npm run clean && npm run copy.vendor && stencil build",
"clean": "rm -Rf ./dist/*",
"copy.vendor": "mkdir -p ./dist/vendor && cp -Rf ./src/vendor ./dist",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/ionic.git"
},
"dependencies": {
"@stencil/core": "^0.0.1",
"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"
}