mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
21 lines
417 B
JSON
21 lines
417 B
JSON
{
|
|
"name": "ionic",
|
|
"private": true,
|
|
"version": "0.0.01",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-cli": "~0.1.9",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt-contrib-copy": "~0.4.1",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-contrib-uglify": "~0.2.4",
|
|
"grunt-contrib-jshint": "~0.6.4",
|
|
"grunt-contrib-sass": "~0.5.0"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT"
|
|
}
|
|
]
|
|
}
|