2019-11-06 02:37:10 +03:00
|
|
|
{
|
2019-11-12 02:35:15 +03:00
|
|
|
"name": "elm-spa",
|
2019-11-06 02:37:10 +03:00
|
|
|
"version": "1.0.0",
|
2019-11-22 03:45:31 +03:00
|
|
|
"description": "a package for building single-page applications!",
|
2019-11-13 03:27:56 +03:00
|
|
|
"main": "cli/src/index.js",
|
2019-11-14 07:40:55 +03:00
|
|
|
"bin": "./cli/src/index.js",
|
2019-11-06 02:37:10 +03:00
|
|
|
"scripts": {
|
2019-11-22 09:01:05 +03:00
|
|
|
"start": "npm run dev",
|
|
|
|
"build": "npm link && (cd cli && npm run build)",
|
2019-11-20 05:36:57 +03:00
|
|
|
"dev": "npm run build && npm run example",
|
2019-11-22 03:45:31 +03:00
|
|
|
"docs": "elm-doc-preview",
|
2019-11-22 09:01:05 +03:00
|
|
|
"build:example": "npm run build && (cd examples/complex && npm install && npm run build)",
|
2019-11-13 03:27:56 +03:00
|
|
|
"example": "npm run examples:complex",
|
|
|
|
"examples:intro": "(cd examples/intro && npm install && npm run dev)",
|
|
|
|
"examples:complex": "(cd examples/complex && npm install && npm run dev)"
|
2019-11-06 02:37:10 +03:00
|
|
|
},
|
2019-11-12 02:35:15 +03:00
|
|
|
"dependencies": {},
|
2019-11-22 03:45:31 +03:00
|
|
|
"devDependencies": {
|
|
|
|
"elm": "0.19.1-3",
|
|
|
|
"elm-doc-preview": "3.0.4"
|
|
|
|
},
|
2019-11-06 02:37:10 +03:00
|
|
|
"keywords": []
|
|
|
|
}
|