forked from 1j01/pipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 890 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
42
43
44
45
{
"name": "3d-pipes",
"version": "0.1.0",
"description": "Recreation of the 3D Pipes screensaver from Windows 95 & 98",
"main": "index.html",
"scripts": {
"test": "index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1j01/pipes.git"
},
"keywords": [
"pipes",
"pipe",
"3d",
"screensaver",
"webgl",
"threejs",
"three.js",
"recreation",
"remake",
"clone",
"scene",
"windows",
"classic",
"retro"
],
"author": "Isaiah Odhner <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/1j01/pipes/issues"
},
"homepage": "https://github.com/1j01/pipes#readme",
"devDependencies": {
"husky": "1.1.3",
"prettier": "1.15.1",
"pretty-quick": "1.8.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}