forked from CommandLineHeroes/clh-bash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 704 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 704 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
{
"name": "clh-bash",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "browser-sync -w --ignore node_modules",
"extract": "gunzip -k assets/models/*.gz",
"compress": "gzip -fk assets/models/*.{mtl,obj}"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.4.0",
"prettier": "^1.15.3"
},
"dependencies": {
"@tweenjs/tween.js": "^17.2.0",
"lodash": "^4.17.11",
"three": "^0.100.0",
"vue": "^2.5.22",
"vue-autofocus-directive": "0.0.5"
}
}