-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.13 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
{
"name": "hello-phaser ",
"description": "",
"version": "0.1.0",
"homepage": "https://github.com/Michael Giambalvo/hello-phaser",
"author": {
"name": "heathkit",
"email": "[email protected]"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Michael Giambalvo/hello-phaser.git"
},
"bugs": {
"url": "https://github.com/Michael Giambalvo/hello-phaser/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Michael Giambalvo/hello-phaser/blob/master/LICENSE"
}
],
"engines": {
"node": ">= 0.10.26",
"npm": ">=1.4.3"
},
"scripts": {
"test": ""
},
"devDependencies": {
"browser-sync": "^2.11.2",
"browser-sync-webpack-plugin": "^1.0.1",
"gulp": "3.x.x",
"gulp-gh-pages": "0.4.x",
"gulp-task-listing": "1.x.x",
"gulp-util": "3.x.x",
"gulp-webpack-build": "0.x.x",
"json-loader": "^0.5.1",
"ts-loader": "^0.8.1",
"typescript": "^1.8.9",
"typings": "^0.7.9",
"webpack": "^1.7.3",
"webpack-dev-server": "^1.7.0"
},
"dependencies": {
"webfontloader": "^1.6.24"
}
}