mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
d490693bad
...including changes to filename associated with that version. Fixes #1183
26 lines
638 B
JSON
26 lines
638 B
JSON
{
|
|
"name": "openmct",
|
|
"description": "The Open MCT core platform",
|
|
"main": "",
|
|
"license": "Apache-2.0",
|
|
"moduleType": [],
|
|
"homepage": "http://nasa.github.io/openmct/",
|
|
"private": true,
|
|
"dependencies": {
|
|
"angular": "1.4.4",
|
|
"angular-route": "1.4.4",
|
|
"moment": "^2.11.1",
|
|
"moment-duration-format": "^1.3.0",
|
|
"requirejs": "~2.1.22",
|
|
"text": "requirejs-text#^2.0.14",
|
|
"es6-promise": "^3.3.0",
|
|
"screenfull": "^3.0.0",
|
|
"node-uuid": "^1.4.7",
|
|
"comma-separated-values": "^3.6.4",
|
|
"FileSaver.js": "^0.0.2",
|
|
"zepto": "^1.1.6",
|
|
"html2canvas": "^0.4.1",
|
|
"jspdf": "^1.2.61"
|
|
}
|
|
}
|