-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 897 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 897 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
28
29
30
31
32
33
{
"name": "neon-city",
"version": "1.0.0",
"description": "## Overview",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack --watch --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidrichard23/neon-city.git"
},
"author": "David Richard <david@davidrichard.xyz> (http://davidrichard.xyz)",
"license": "ISC",
"bugs": {
"url": "https://github.com/davidrichard23/neon-city/issues"
},
"homepage": "https://github.com/davidrichard23/neon-city#readme",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"webpack": "^4.20.2",
"webpack-cli": "^3.2.1"
},
"dependencies": {
"howler": "^2.1.1",
"js-cookie": "^2.2.0",
"postprocessing": "^5.6.0",
"three": "^0.101.1"
}
}