{ "name": "grunt-dojo", "description": "Build Dojo inside a Grunt task", "version": "0.2.4", "homepage": "https://github.com/phated/grunt-dojo", "author": { "name": "Blaine Bublitz", "email": "blaine@iceddev.com", "url": "http://iceddev.com" }, "repository": { "type": "git", "url": "git://github.com/phated/grunt-dojo.git" }, "bugs": { "url": "https://github.com/phated/grunt-dojo/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/phated/grunt-dojo/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">=0.8.x" }, "scripts": { "test": "grunt" }, "peerDependencies": { "grunt": "~0.4.0" }, "devDependencies": { "grunt": "~0.4.0", "grunt-contrib-jshint": "~0.2.0", "grunt-contrib-watch": "~0.2.0" }, "keywords": [ "gruntplugin" ], "readme": "# grunt-dojo\n\nBuild Dojo inside a Grunt task\n\n## Compatibility\n\ngrunt-dojo `~0.2.0` works with Grunt `~0.4.0`\n\nFor Grunt `~0.3.0`: use `grunt-dojo@0.1.3`\n\n## Getting Started\nInstall this grunt plugin next to your project's [grunt.js gruntfile][getting_started] with: `npm install grunt-dojo`\n\nThen add this line to your project's `grunt.js` gruntfile:\n\n```javascript\ngrunt.loadNpmTasks('grunt-dojo');\n```\n\n[grunt]: http://gruntjs.com/\n[getting_started]: https://github.com/gruntjs/grunt/blob/master/docs/getting_started.md\n\n## Usage\n\n```javascript\ndojo: {\n dist: {\n options: {\n dojo: 'path/to/dojo.js', // Path to dojo.js file in dojo source\n load: 'build', // Optional: Utility to bootstrap (Default: 'build')\n profile: 'app.profile.js', // Profile for build\n appConfigFile: '', // Optional: Config file for dojox/app\n package: '', // Optional: Location to search package.json (Default: nothing)\n packages [], // Optional: Array of locations of package.json (Default: nothing)\n require: '', // Optional: Module to require for the build (Default: nothing)\n requires [], // Optional: Array of modules to require for the build (Default: nothing)\n cwd: './', // Directory to execute build within\n dojoConfig: '' // Optional: Location of dojoConfig (Default: null),\n // Optional: Base Path to pass at the command line\n // Takes precedence over other basePaths\n // Default: null\n basePath: ''\n }\n },\n options: {\n // You can also specify options to be used in all your tasks\n dojo: 'path/to/dojo.js', // Path to dojo.js file in dojo source\n load: 'build', // Optional: Utility to bootstrap (Default: 'build')\n profile: 'app.profile.js', // Profile for build\n appConfigFile: '', // Optional: Config file for dojox/app\n package: '', // Optional: Location to search package.json (Default: nothing)\n packages [], // Optional: Array of locations of package.json (Default: nothing)\n require: '', // Optional: Module to require for the build (Default: nothing)\n requires [], // Optional: Array of modules to require for the build (Default: nothing)\n cwd: './', // Directory to execute build within\n dojoConfig: '' // Optional: Location of dojoConfig (Default: null),\n // Optional: Base Path to pass at the command line\n // Takes precedence over other basePaths\n // Default: null\n basePath: ''\n }\n}\n```\n\n## Contributing\nIn lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [grunt][grunt].\n\n## Release History\n_(Nothing yet)_\n\n## License\nCopyright (c) 2013 Blaine Bublitz\nLicensed under the MIT license.\n", "readmeFilename": "README.md", "_id": "grunt-dojo@0.2.4", "dist": { "shasum": "fd1a8c306b6355e88120ab431d3e45626b9d8ede" }, "_from": "grunt-dojo@~0.2.3", "_resolved": "https://registry.npmjs.org/grunt-dojo/-/grunt-dojo-0.2.4.tgz" }