mirror of
https://github.com/jlengrand/elm-issues.git
synced 2026-03-10 08:11:22 +00:00
26 lines
477 B
JSON
26 lines
477 B
JSON
{
|
|
"name": "elm-issues",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "elm-app test",
|
|
"build": "elm-app build"
|
|
},
|
|
"repository": {},
|
|
"keywords": [
|
|
"elm"
|
|
],
|
|
"author": "Julien Lengrand-Lambert <julien@lengrand.fr>",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"devDependencies": {
|
|
"create-elm-app": "^4.1.3"
|
|
},
|
|
"dependencies": {
|
|
"aws-sdk": "^2.601.0"
|
|
}
|
|
}
|