-
Notifications
You must be signed in to change notification settings - Fork 14
/
patched-openmct-package.json
101 lines (101 loc) · 3.27 KB
/
patched-openmct-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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"_from": "git+https://github.com/nasa/openmct.git#v0.13.3",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/openmct",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "openmct@git+https://github.com/nasa/openmct.git#v0.13.3",
"name": "openmct",
"escapedName": "openmct",
"rawSpec": "git+https://github.com/nasa/openmct.git#v0.13.3",
"saveSpec": "git+https://github.com/nasa/openmct.git#v0.13.3",
"fetchSpec": "https://github.com/nasa/openmct.git",
"gitCommittish": "v0.13.3"
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/nasa/openmct.git#8da6f05825b42e9d85cb82e05a122aa7d75f1846",
"_spec": "openmct@git+https://github.com/nasa/openmct.git#v0.13.3",
"_where": "/var/cbeam-telemetry-server",
"author": "",
"bugs": {
"url": "https://github.com/nasa/openmct/issues"
},
"bundleDependencies": false,
"dependencies": {
"d3-array": "1.2.0",
"d3-axis": "1.0.0",
"d3-collection": "1.0.0",
"d3-color": "1.0.0",
"d3-format": "1.2.0",
"d3-interpolate": "1.1.0",
"d3-scale": "1.0.0",
"d3-selection": "1.3.0",
"d3-time": "1.0.0",
"d3-time-format": "2.1.0",
"express": "^4.13.1",
"minimist": "^1.1.1",
"request": "^2.69.0",
"vue": "^2.5.6"
},
"deprecated": false,
"description": "The Open MCT core platform",
"devDependencies": {
"bower": "^1.7.7",
"git-rev-sync": "^1.4.0",
"glob": ">= 3.0.0",
"gulp": "^3.9.1",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-jshint-html-reporter": "^0.1.3",
"gulp-rename": "^1.2.2",
"gulp-requirejs-optimize": "^0.3.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^1.6.0",
"jasmine-core": "^2.3.0",
"jscs-html-reporter": "^0.1.0",
"jsdoc": "^3.3.2",
"jshint": "^2.7.0",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.1.12",
"karma-cli": "0.0.4",
"karma-coverage": "^0.5.3",
"karma-html-reporter": "^0.2.7",
"karma-jasmine": "^0.1.5",
"karma-junit-reporter": "^0.3.8",
"karma-requirejs": "^0.2.2",
"lodash": "^3.10.1",
"markdown-toc": "^0.11.7",
"marked": "^0.3.5",
"merge-stream": "^1.0.0",
"mkdirp": "^0.5.1",
"moment": "^2.11.1",
"node-bourbon": "^4.2.3",
"requirejs": "2.1.x",
"split": "^1.0.0",
"v8-compile-cache": "^1.1.0"
},
"homepage": "https://github.com/nasa/openmct#readme",
"license": "Apache-2.0",
"name": "openmct",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/nasa/openmct.git"
},
"scripts": {
"docs": "npm run jsdoc ; npm run otherdoc",
"jsdoc": "jsdoc -c jsdoc.json -R API.md -r -d dist/docs/api",
"jshint": "jshint platform example",
"otherdoc": "node docs/gendocs.js --in docs/src --out dist/docs --suppress-toc 'docs/src/index.md|docs/src/process/index.md'",
"prepare": "node ./node_modules/bower/bin/bower install && node ./node_modules/gulp/bin/gulp.js install",
"start": "node app.js",
"test": "karma start --single-run",
"watch": "karma start"
},
"version": "0.13.3"
}