-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 760 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 760 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
{
"name": "UI5_Tabtris",
"version": "1.0.0",
"description": "Tetris-like game powered by UI5 table control.",
"author": {
"name": "Martin Sommer",
"url": "https://github.com/SeeSharpSoft/UI5_Tabtris",
"email": "mail@seesharpsoft.net"
},
"scripts": {
"build": "npx grunt build",
"start": "npx grunt serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"eslint-plugin-openui5": "0.1.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-eslint": "^17.3.2",
"grunt-openui5": "^0.18.3",
"grunt-shell": "^1.1.2",
"grunt-zip": "^0.16.2"
}
}