-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.68 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "NextRock",
"version": "1.0.0",
"description": "Run a colony on the red planet. A Twine game",
"main": "docs/index.html",
"config": {
"format": "sugarcube-2",
"episode": "ep1"
},
"scripts": {
"build-once": "gulp build && tweego -f $npm_package_config_format -o docs/index.html --head=src/head-content.html project/common project/episodes/$npm_package_config_episode",
"watch:gulp": "gulp default",
"watch:twee": "tweego -f $npm_package_config_format -w -o docs/$npm_package_config_episode.html --head=src/head-content.html project/common project/episodes/$npm_package_config_episode"
},
"keywords": [
"twine",
"tweego",
"twee"
],
"contributors": [
{
"name": "Cliff Hall",
"url": "https://github.com/cliffhall",
"email": "[email protected]"
},
{
"name": "Chapel",
"url": "https://github.com/ChapelR",
"email": "[email protected]"
}
],
"license": "BSD-3-Clause",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"babel-preset-env": "^1.7.0",
"del": "^5.1.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-csslint": "^1.0.1",
"gulp-jshint": "^2.1.0",
"gulp-noop": "^1.0.0",
"gulp-uglify": "^3.0.2",
"jshint": "^2.10.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cliffhall/mars-colony.git"
},
"bugs": {
"url": "https://github.com/cliffhall/mars-colony/issues"
},
"homepage": "https://github.com/cliffhall/mars-colony#readme"
}