-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 917 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": "avionics_wifi",
"version": "1.0.0",
"description": "[![Maintainability](https://api.codeclimate.com/v1/badges/83ef02e6158fb5fd8ecd/maintainability)](https://codeclimate.com/github/ivyknob/avionics_wifi/maintainability)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivyknob/avionics_wifi.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivyknob/avionics_wifi/issues"
},
"homepage": "https://github.com/ivyknob/avionics_wifi#readme",
"devDependencies": {
"coffee-script": "^1.12.7",
"compression-webpack-plugin": "^4.0.0",
"css-loader": "^4.2.1",
"style-loader": "^1.1.3",
"toastr": "^2.1.4",
"webpack": "^4.29.6",
"webpack-clean": "^1.2.3",
"webpack-cli": "^3.2.3"
}
}