-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 862 Bytes
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 862 Bytes
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
{
"name": "Rimmap",
"version": "5.2.0",
"description": "HTML5 map viewer for the game Rimworld made with Phaser CE",
"main": "src/index.js",
"scripts": {
"start": "gulp",
"production": "gulp --production"
},
"repository": {
"type": "git",
"url": "https://github.com/jamessimo/rimmap"
},
"author": "James Simonson",
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browser-sync": "^2.26.7",
"browserify": "^16.2.3",
"del": "^2.2.0",
"exorcist": "^0.4.0",
"gulp": "^3.9.1",
"gulp-buffer": "0.0.2",
"gulp-if": "^2.0.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"vinyl-source-stream": "^1.1.0",
"yargs": "^4.6.0"
},
"dependencies": {
"gulp-less": "^3.5.0",
"lessify": "^1.0.2",
"phaser-ce": "^2.13.2"
}
}