Files
ionic-framework/package.json
Andy Joslin 55089042d8 chore(build): documentation generation
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
2014-03-07 13:36:36 -07:00

47 lines
1.2 KiB
JSON

{
"name": "ionic",
"private": false,
"version": "0.10.0-alpha",
"codename": "salamander",
"repository": {
"url": "git://github.com/driftyco/ionic.git"
},
"devDependencies": {
"karma": "~0.11.13",
"karma-chrome-launcher": "~0.1.2",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.2",
"karma-sauce-launcher": "~0.2.0",
"karma-script-launcher": "~0.1.0",
"sauce-connect-launcher": "^0.2.2",
"dgeni": "^0.2.0",
"dgeni-packages": "ajoslin/dgeni-packages#nunjucks-config",
"gulp-bump": "^0.1.6",
"jshint-stylish": "^0.1.5",
"gulp-template": "^0.1.1",
"gulp-concat": "^2.1.7",
"gulp-cssmin": "^0.1.3",
"gulp-jshint": "^1.5.0",
"gulp-strip-debug": "^0.2.0",
"gulp-sass": "^0.7.1",
"gulp-util": "^2.2.14",
"gulp-uglify": "^0.2.1",
"gulp-rename": "^1.1.0",
"gulp-header": "^1.0.2",
"lodash.template": "^2.4.1",
"connect": "^2.13.0",
"through": "^2.3.4",
"gulp-if": "0.0.5",
"gulp": "^3.5.5",
"canonical-path": "0.0.2",
"lodash": "^2.4.1",
"winston": "^0.7.2",
"minimist": "0.0.8"
},
"licenses": [
{
"type": "MIT"
}
]
}