forked from shamansir/kvant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 979 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
{
"name": "kvant",
"version": "1.0.0",
"description": "Wave Function Collapse implementation in Elm",
"main": "index.js",
"scripts": {
"test": "./node_modules/elm-test/bin/elm-test",
"start": "cd ./example && npm build && npm start",
"start:truchet": "cd ./example && npm build:truchet && npm run start:truchet",
"debug": "cd ./example && npm run debug",
"serve": "cd ./example && npm run serve",
"build": "elm make"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shamansir/wfc-elm.git"
},
"author": "Ulric Wilfred <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/shamansir/wfc-elm/issues"
},
"homepage": "https://github.com/shamansir/wfc-elm#readme",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1"
},
"devDependencies": {
"elm": "^0.19.1-3",
"elm-live": "^4.0.2",
"elm-test": "^0.19.1-revision2",
"http-proxy": "^1.18.1"
}
}