Current section

Files

Jump to
udia assets node_modules phoenix package.json
Raw

assets/node_modules/phoenix/package.json

{
"_args": [
[
{
"raw": "phoenix@file:../deps/phoenix",
"scope": null,
"escapedName": "phoenix",
"name": "phoenix",
"rawSpec": "file:../deps/phoenix",
"spec": "/Users/udia/sandbox/src/github.com/udia-software/udia/deps/phoenix",
"type": "directory"
},
"/Users/udia/sandbox/src/github.com/udia-software/udia/assets"
]
],
"_from": "../deps/phoenix",
"_id": "phoenix@1.2.1",
"_inCache": true,
"_location": "/phoenix",
"_phantomChildren": {},
"_requested": {
"raw": "phoenix@file:../deps/phoenix",
"scope": null,
"escapedName": "phoenix",
"name": "phoenix",
"rawSpec": "file:../deps/phoenix",
"spec": "/Users/udia/sandbox/src/github.com/udia-software/udia/deps/phoenix",
"type": "directory"
},
"_requiredBy": [
"/"
],
"_resolved": "file:../deps/phoenix",
"_shasum": "d51efc354f25e649bd751036f6d4da1dda0f655e",
"_shrinkwrap": null,
"_spec": "phoenix@file:../deps/phoenix",
"_where": "/Users/udia/sandbox/src/github.com/udia-software/udia/assets",
"author": {
"name": "Chris McCord",
"email": "chris@chrismccord.com",
"url": "http://www.phoenixframework.org"
},
"bugs": {
"url": "https://github.com/phoenixframework/phoenix/issues"
},
"dependencies": {},
"description": "The official JavaScript client for the Phoenix web framework.",
"devDependencies": {
"babel-brunch": "~6.0.0",
"brunch": "~2.6.5",
"jsdom": "9.8.3",
"jsdom-global": "2.1.0",
"mocha": "~2.4.4",
"mock-socket": "^6.0.1",
"sinon": "^1.17.6",
"uglify-js-brunch": "~2.0.1"
},
"files": [
"README.md",
"LICENSE.md",
"package.json",
"priv/static/phoenix.js",
"assets/js/phoenix.js"
],
"homepage": "https://github.com/phoenixframework/phoenix#readme",
"license": "MIT",
"main": "./priv/static/phoenix.js",
"name": "phoenix",
"optionalDependencies": {},
"readme": "![phoenix logo](https://raw.githubusercontent.com/phoenixframework/phoenix/master/priv/static/phoenix.png)\n> ### Productive. Reliable. Fast.\n> A productive web framework that does not compromise speed and maintainability.\n\n[![Build Status](https://api.travis-ci.org/phoenixframework/phoenix.svg)](https://travis-ci.org/phoenixframework/phoenix)\n[![Inline docs](http://inch-ci.org/github/phoenixframework/phoenix.svg)](http://inch-ci.org/github/phoenixframework/phoenix)\n\n## Getting started\n\nSee the official site at http://www.phoenixframework.org/\n\n## Documentation\n\nAPI documentation is available at [https://hexdocs.pm/phoenix](https://hexdocs.pm/phoenix)\n\n## Contributing\n\nWe appreciate any contribution to Phoenix. Check our [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) and [CONTRIBUTING.md](CONTRIBUTING.md) guides for more information. We usually keep a list of features and bugs [in the issue tracker][4].\n\n### Generating a Phoenix project from unreleased versions\n\nYou can create a new project using the latest Phoenix source installer (the `phx.new` Mix task) with the following steps:\n\n1. Remove any previously installed `phx_new` archives so that Mix will pick up the local source code. This can be done with `mix archive.uninstall phx_new.ez` or by simply deleting the file, which is usually in `~/.mix/archives/`.\n2. Copy this repo via `git clone https://github.com/phoenixframework/phoenix` or by downloading it\n3. Run the `phx.new` mix task from within the `installer` directory, for example:\n\n```bash\n$ cd installer\n$ mix phx.new dev_app --dev\n```\n\nThe `--dev` flag will configure your new project's `:phoenix` dep as a relative path dependency, pointing to your local Phoenix checkout:\n\n```\ndefp deps do\n [{:phoenix, path: \"../..\", override: true},\n```\n\nTo create projects outside of the `installer/` directory, add the latest archive to your machine by following the instructions in [installer/README.md](https://github.com/phoenixframework/phoenix/blob/master/installer/README.md)\n\n### Building phoenix.js\n\n```bash\n$ npm install\n$ npm install -g brunch\n$ brunch watch\n```\n\n### Building docs from source\n\n```bash\n$ MIX_ENV=docs mix docs\n```\n\n## Important links\n\n* [#elixir-lang][1] on [Freenode][2] IRC\n* [elixir-lang slack channel][3]\n* [Issue tracker][4]\n* [phoenix-talk Mailing list (questions)][5]\n* [phoenix-core Mailing list (development)][6]\n* Privately disclose security vulnerabilities to phoenix-security@googlegroups.com\n\n [1]: https://webchat.freenode.net/?channels=#elixir-lang\n [2]: http://www.freenode.net/\n [3]: https://elixir-slackin.herokuapp.com/\n [4]: https://github.com/phoenixframework/phoenix/issues\n [5]: http://groups.google.com/group/phoenix-talk\n [6]: http://groups.google.com/group/phoenix-core\n\n## Copyright and License\n\nCopyright (c) 2014, Chris McCord.\n\nPhoenix source code is licensed under the [MIT License](LICENSE.md).\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/phoenixframework/phoenix.git"
},
"scripts": {
"test": "mocha ./assets/test/**/*.js --compilers js:babel-register -r jsdom-global/register"
},
"version": "1.2.1"
}