mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
34 lines
791 B
JSON
34 lines
791 B
JSON
{
|
|
"name": "ionic2",
|
|
"version": "0.0.0",
|
|
"devDependencies": {
|
|
"connect": "^3.3.4",
|
|
"del": "~1.1.1",
|
|
"gulp": "~3.8.10",
|
|
"gulp-concat": "~2.5.0",
|
|
"gulp-debug": "~2.0.1",
|
|
"gulp-if": "^1.2.5",
|
|
"gulp-plumber": "^1.0.0",
|
|
"gulp-rename": "~1.2.0",
|
|
"gulp-sass": "^1.3.3",
|
|
"gulp-traceur": "0.16.*",
|
|
"gulp-wrap": "~0.11.0",
|
|
"karma": "^0.12.31",
|
|
"lazypipe": "^0.2.2",
|
|
"open": "0.0.5",
|
|
"serve-static": "~1.8.1",
|
|
"through2": "~0.6.3"
|
|
},
|
|
"dependencies": {
|
|
"angular2": "2.0.0-alpha.13",
|
|
"es6-module-loader": "~0.11.0",
|
|
"hammerjs": "^2.0.4",
|
|
"jasmine-core": "^2.2.0",
|
|
"karma-chrome-launcher": "^0.1.7",
|
|
"karma-jasmine": "^0.3.5",
|
|
"systemjs": "~0.11.0",
|
|
"traceur": "0.0.87",
|
|
"zone.js": "0.4.1"
|
|
}
|
|
}
|