2016-12-14 07:11:20 +00:00
|
|
|
{
|
|
|
|
"name": "pux-starter-app",
|
|
|
|
"homepage": "https://github.com/alexmingoia/pux-starter-app",
|
|
|
|
"authors": [
|
|
|
|
"Alex Mingoia <talk@alexmingoia.com>"
|
|
|
|
],
|
|
|
|
"description": "Starter Pux application using webpack with hot-reloading.",
|
|
|
|
"main": "support/index.js",
|
|
|
|
"license": "BSD3",
|
|
|
|
"dependencies": {
|
|
|
|
"purescript-pux": "^7.0.0",
|
|
|
|
"purescript-pux-devtool": "^4.1.0",
|
|
|
|
"purescript-argonaut": "^2.0.0",
|
|
|
|
"purescript-affjax": "^3.0.2"
|
2016-12-18 20:11:06 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"purescript-dom": "^3.1.0"
|
2016-12-14 07:11:20 +00:00
|
|
|
}
|
|
|
|
}
|