-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1007 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
38
39
40
41
{
"name": "disarranged",
"version": "1.0.0",
"description": "Action Game",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "gulp",
"debug": "gulp main-debug",
"build": "gulp build",
"build-debug": "gulp build-debug",
"clean": "gulp clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michael-ahn/disarranged.git"
},
"author": "Michael Ahn",
"license": "ISC",
"bugs": {
"url": "https://github.com/michael-ahn/disarranged/issues"
},
"homepage": "https://github.com/michael-ahn/disarranged#readme",
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.2.0",
"gulp-typescript": "^3.1.2",
"gulp-uglify": "^2.0.0",
"tsify": "^2.0.2",
"typescript": "^2.0.8",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {}
}