-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 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
{
"name": "html-game-engine",
"version": "0.0.2",
"description": "...",
"main": "index.js",
"scripts": {
"start": "parcel index.html",
"watch": "parcel watch index.html",
"build": "parcel build index.html --public-url /html-game-engine",
"test": "jest engine/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/e3duardo/html-game-engine.git"
},
"keywords": [
"game",
"html",
"js"
],
"author": "Eduardo Santos",
"license": "MIT",
"bugs": {
"url": "https://github.com/e3duardo/html-game-engine/issues"
},
"homepage": "https://e3duardo.github.io/html-game-engine/",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/register": "^7.4.4",
"autobind-decorator": "^2.4.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"eslint": "^5.16.0",
"jest": "^24.8.0",
"less": "^3.9.0",
"parcel-bundler": "^1.12.5"
},
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.2.10",
"assets": "^3.0.1",
"hybrids": "^3.0.0",
"mario": "^1.8.0",
"src": "^1.1.2"
}
}