-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 852 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
{
"name": "kevin-and-maisey",
"version": "1.0.0",
"description": "## Installation - install haxe, lime, haxeflixel - install http-server globally via npm",
"main": "index.js",
"scripts": {
"watch": "watchman-make -p 'source/**/*.hx' 'assets/data/*.tmx' -r 'sh watcher.sh'",
"server": "http-server export/html5/bin",
"start": "concurrently \"npm run watch\" \"npm run server\"",
"release": "lime build html5 -release -final -minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RichardBray/Kevin-and-Maisey.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RichardBray/Kevin-and-Maisey/issues"
},
"homepage": "https://github.com/RichardBray/Kevin-and-Maisey#readme",
"dependencies": {
"concurrently": "^5.1.0",
"http-server": "^0.12.1"
}
}