This repository was archived by the owner on Oct 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.8 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.8 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "GW",
"version": "0.1.0",
"description": "Game wrapper for HTML5 game oriented libraries. Test any particular library and make your games",
"scripts": {
"start": "webpack-dev-server",
"web": "webpack",
"test": "./node_modules/.bin/karma start",
"docs": "rm -r ./docs/; ./node_modules/.bin/jsdoc -c jsdoc.config.json",
"module": "./node_modules/.bin/gulp module -0"
},
"author": "demi ( Alvaro Martinez de Miguel )",
"license": "GPL-3.0",
"keywords": [
"game",
"wrapper",
"HTML5",
"javascript",
"2d",
"UPV"
],
"bugs": {
"url" : "https://github.com/Hooptap/HooptapMechanics/issues",
"email" : "demipel8@gmail.com"
},
"main": "./build/gw.js",
"repository": {
"type": "git",
"url": "https://github.com/demipel8/game-wrapper.git"
},
"homepage": "http://game-wrapper.launchrock.com/",
"devDependencies": {
"babel-core": "^5.2.6",
"babel-loader": "^5.0.0",
"babel-polyfill": "^6.0.16",
"chai": "^3.4.0",
"colors": "^1.1.0",
"expose-loader": "^0.7.1",
"gulp": "^3.9.0",
"gulp-file": "^0.2.0",
"isparta-loader": "^2.0.0",
"jsdoc": "^3.4.0",
"jsdocs": "^0.1.0",
"json-loader": "^0.5.3",
"karma": "^0.13.15",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.2.7",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-spec-reporter": "0.0.18",
"karma-webpack": "^1.7.0",
"mocha": "^2.3.3",
"mocha-loader": "^0.7.1",
"phantomjs": "^1.9.19",
"phantomjs-polyfill": "0.0.1",
"webpack": "^1.8.11",
"webpack-dev-server": "^1.8.2"
},
"dependencies": {
"howler": "^1.1.28",
"keypress.js": "^2.1.0-1",
"mainloop.js": "^1.0.1",
"matter-js": "^0.8.0",
"pixi.js": "^3.0.8",
"tween.js": "^16.3.1",
"signals": "^1.0.0"
}
}