-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 845 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "fe3h-team-builder",
"version": "0.0.1",
"description": "A tool made for organize and optimize the team in fire emblem three houses",
"main": "index.html",
"scripts": {
"build": "node-sass-chokidar resources/sass/ -o resources/css && elm make src/Main.elm --output=bundle.js",
"watch": "node-sass-chokidar resources/sass/ -o resources/css && elm-live src/Main.elm -o -- --output=bundle.js",
"test": "elm-test",
"try": "elm-repl"
},
"keywords": [
"fe3h",
"team",
"builder",
"fire",
"emblem",
"fireemblem",
"three",
"houses",
"feth",
"class",
"skill",
"perk",
"optimize",
"optimization",
"build",
"organize",
"elm",
"elm-live",
"elm-test",
"elm-format"
],
"author": "mcdouglas",
"license": "MIT",
"dependencies": {}
}