-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 893 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
{
"name": "sundog",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"test": "eslint ./src",
"start": "webpack-dev-server -d",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sporsh/sundog.js.git"
},
"author": "Geir Sporsheim",
"bugs": {
"url": "https://github.com/sporsh/sundog.js/issues"
},
"homepage": "https://github.com/sporsh/sundog.js#readme",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-array-func": "^3.1.3",
"eslint-plugin-eslint-comments": "^3.1.1",
"eslint-plugin-prettier": "^3.1.0",
"html-webpack-plugin": "^3.2.0",
"prettier": "^1.18.2",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.3",
"webpack-dev-server": "^3.7.1",
"worker-plugin": "^3.1.0"
},
"dependencies": {
"dat.gui": "^0.7.6"
}
}