39 строки
1.0 KiB
JSON
39 строки
1.0 KiB
JSON
{
|
|
"author": "The WorldWide Telescope Team <hello@worldwidetelescope.org>",
|
|
"bugs": {
|
|
"email": "hello@worldwidetelescope.org",
|
|
"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"
|
|
} |