mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Main changes: * Use gulpfile now (build was getting way too disorganized with custom tasks; gulpfiles are much easier to build clean custom tasks with than Grunt. * View README#Development for updated commands * Docs written for ionContent, ionHeaderBar, ionInfiniteScroll. * Docs are pushed to ajoslin's fork of ionic-site until they reach a * point where they can be published. **TODO, In Order of Priority** 1. Finish writing source-documentation for all existing components 2. Add multiple versions of docs (one per release & nightly, latest stable release docs being shown by default) 3. Add examples generation 4. Add searchbar to docs
61 lines
1.2 KiB
JSON
61 lines
1.2 KiB
JSON
{
|
|
"name": "ionic",
|
|
"version": "0.10.0-alpha2",
|
|
"homepage": "https://github.com/driftyco/ionic",
|
|
"authors": [
|
|
"Max Lynch <max@drifty.com>",
|
|
"Adam Bradley <adam@drifty.com>",
|
|
"Ben Sperry <ben@drifty.com>"
|
|
],
|
|
"description": "Advanced HTML5 hybrid mobile app development framework.",
|
|
"main": [
|
|
"release/css/ionic.css",
|
|
"release/fonts/*",
|
|
"release/js/ionic.js",
|
|
"release/js/ionic-angular.js"
|
|
],
|
|
"keywords": [
|
|
"mobile",
|
|
"html5",
|
|
"ionic",
|
|
"cordova",
|
|
"phonegap",
|
|
"trigger",
|
|
"triggerio",
|
|
"angularjs",
|
|
"angular"
|
|
],
|
|
"license": "MIT",
|
|
"private": false,
|
|
"ignore": [
|
|
"**/.*",
|
|
"CONTRIBUTING.md",
|
|
"Gruntfile.js",
|
|
"component.json",
|
|
"config",
|
|
"examples",
|
|
"package.json",
|
|
"release/js/angular",
|
|
"release/js/angular-ui",
|
|
"scripts",
|
|
"test",
|
|
"js/controllers",
|
|
"js/ext",
|
|
"js/utils",
|
|
"js/views",
|
|
"js/_license.js",
|
|
"js/ionic.js"
|
|
],
|
|
"dependencies": {
|
|
"angular": "1.2.12",
|
|
"angular-animate": "1.2.12",
|
|
"angular-sanitize": "1.2.12",
|
|
"angular-ui-router": "0.2.7"
|
|
},
|
|
"devDependencies": {
|
|
"bootstrap": "~3.1.1",
|
|
"lunr.js": "~0.4.5",
|
|
"marked": "~0.3.1"
|
|
}
|
|
}
|