-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 995 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": "phaser-glsl-loader",
"version": "0.0.6",
"description": "A shader loader for webpack that allows you to keep your glsl files external when working in phaser.",
"main": "index.js",
"scripts": {
"test": "gulp ci",
"coveralls": "gulp coveralls"
},
"repository": {
"type": "git",
"url": "[email protected]:the-simian/phaser-glsl-loader.git"
},
"keywords": [
"phaser",
"glsl",
"shader",
"fragment",
"webpack",
"loader"
],
"author": "Jesse Harlin <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/the-simian/phaser-glsl-loader/issues"
},
"homepage": "https://github.com/the-simian/phaser-glsl-loader",
"dependencies": {
"lodash": "4.17.x"
},
"devDependencies": {
"chai": "3.x.x",
"gulp": "3.x.x",
"gulp-coveralls": "0.x.x",
"gulp-istanbul": "0.x.x",
"gulp-mocha": "2.x.x",
"gulp-plato": "1.x.x",
"run-sequence": "1.x.x",
"webpack": "1.x.x"
}
}