-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
39 lines (39 loc) · 966 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
{
"name": "cesium-satellites",
"version": "1.0.0",
"description": "View the orbit of satellites in a Cesium viewer, derived from a two line element list",
"main": "index.js",
"keywords": [
"cesium",
"webpack",
"nginx",
"satellites",
"two-line-elements"
],
"author": {
"name": "Khaled Sharif",
"url": "http://www.kldsrf.com/"
},
"license": "Apache-2.0",
"devDependencies": {
"cesium": "^1.39.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.7",
"html-webpack-plugin": "^2.30.1",
"strip-pragma-loader": "^1.0.0",
"style-loader": "^0.18.2",
"uglifyjs-webpack-plugin": "^1.0.0-beta.3",
"url-loader": "^0.6.2",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.9.1"
},
"scripts": {
"build": "node_modules/.bin/webpack --config webpack.config.js"
},
"dependencies": {
"ajv": "^6.1.1",
"crel": "^3.1.0",
"moment": "^2.20.1",
"tle.js": "^1.0.21"
}
}