-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 862 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
{
"name": "flashycubes",
"version": "1.0.3",
"description": "music visualizer using webaudio api and some manual 3D rendering on a 2D canvas",
"main": "index.html",
"scripts": {
"lint": "eslint flashycubes.js && htmllint index.html && csslint style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Francesco149/flashycubes.git"
},
"author": "Franc[e]sco <[email protected]> (https://github.com/Francesco149)",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/Francesco149/flashycubes/issues"
},
"homepage": "https://github.com/Francesco149/flashycubes#readme",
"files": [
"flashycubes.js",
"To_The_Next_Destination.ogg",
"UNLICENSE"
],
"devDependencies": {
"csslint": "^1.0.5",
"eslint": "^5.3.0",
"htmllint": "^0.7.2",
"htmllint-cli": "0.0.7"
}
}