-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 KB
/
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
{
"author": "The WorldWide Telescope Team <[email protected]>",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/WorldWideTelescope/wwt-web-client/issues"
},
"buildConfig": {
"uglify": true
},
"description": "WorldWide Telescope web client",
"devDependencies": {
"grunt": "^1.0",
"grunt-autoprefixer": "^3.0",
"grunt-banner": "^0.6",
"grunt-contrib-concat": "^1.0",
"grunt-contrib-copy": "^1.0",
"grunt-contrib-cssmin": "^3.0",
"grunt-contrib-less": "^2.0",
"grunt-contrib-uglify": "^4.0",
"grunt-gitinfo": "^0.1",
"grunt-template": "^1.0",
"load-grunt-tasks": "^5.0",
"tslib": "^1.10.0"
},
"homepage": "https://worldwidetelescope.org/webclient/",
"keywords": [
"WorldWide Telescope"
],
"license": "MIT",
"name": "@wwtelescope/webclient",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/WorldWideTelescope/wwt-web-client.git"
},
"version": "0.0.0-dev.0"
}