-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 807 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 807 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
{
"name": "phaser-webpack-loader",
"version": "2.0.0",
"author": "GoldFire Studios, Inc. (http://goldfirestudios.com)",
"description": "Asset loader for Phaser + Webpack.",
"author": "James Simpson <james@goldfirestudios.com> (http://goldfirestudios.com)",
"repository": {
"type": "git",
"url": "git://github.com/goldfire/phaser-webpack-loader.git"
},
"main": "src/index.js",
"scripts": {
"release": "VERSION=`printf 'v' && node -e 'console.log(require(\"./package.json\").version)'` && git tag $VERSION && git push && git push origin $VERSION && npm publish"
},
"dependencies": {
"webfontloader": "^1.6.28"
},
"engines": {
"node": ">=4.0.0"
},
"keywords": [
"phaser",
"assets",
"loader",
"webpack",
"asset loader",
"manifest"
]
}