2015-07-21 14:24:17 -07:00
|
|
|
{
|
2016-05-04 10:08:55 -07:00
|
|
|
"name": "openmct",
|
2016-07-25 12:07:41 -07:00
|
|
|
"version": "0.11.1-SNAPSHOT",
|
2016-04-04 09:32:21 -07:00
|
|
|
"description": "The Open MCT core platform",
|
2015-07-21 14:24:17 -07:00
|
|
|
"dependencies": {
|
|
|
|
"express": "^4.13.1",
|
2016-01-22 12:37:50 -08:00
|
|
|
"minimist": "^1.1.1",
|
|
|
|
"request": "^2.69.0"
|
2015-07-21 14:24:17 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-01-29 10:17:44 -08:00
|
|
|
"bower": "^1.7.7",
|
2016-01-28 17:16:44 -08:00
|
|
|
"git-rev-sync": "^1.4.0",
|
2016-01-14 17:08:19 -08:00
|
|
|
"glob": ">= 3.0.0",
|
2016-01-27 13:00:20 -08:00
|
|
|
"gulp": "^3.9.0",
|
2016-01-28 14:33:57 -08:00
|
|
|
"gulp-jscs": "^3.0.2",
|
2016-01-28 13:44:18 -08:00
|
|
|
"gulp-jshint": "^2.0.0",
|
2016-02-22 18:02:16 -08:00
|
|
|
"gulp-rename": "^1.2.2",
|
2016-01-28 17:08:02 -08:00
|
|
|
"gulp-replace-task": "^0.11.0",
|
2016-01-27 13:23:17 -08:00
|
|
|
"gulp-requirejs-optimize": "^0.3.1",
|
2016-02-22 18:02:16 -08:00
|
|
|
"gulp-sass": "^2.2.0",
|
2016-01-27 13:23:17 -08:00
|
|
|
"gulp-sourcemaps": "^1.6.0",
|
2015-07-21 14:24:17 -07:00
|
|
|
"jasmine-core": "^2.3.0",
|
|
|
|
"jsdoc": "^3.3.2",
|
|
|
|
"jshint": "^2.7.0",
|
2016-01-27 14:30:07 -08:00
|
|
|
"karma": "^0.13.3",
|
2015-07-21 14:24:17 -07:00
|
|
|
"karma-chrome-launcher": "^0.1.8",
|
|
|
|
"karma-cli": "0.0.4",
|
2016-01-14 17:08:19 -08:00
|
|
|
"karma-coverage": "^0.5.3",
|
|
|
|
"karma-html-reporter": "^0.2.7",
|
2015-07-21 14:24:17 -07:00
|
|
|
"karma-jasmine": "^0.1.5",
|
2016-03-01 12:53:32 -08:00
|
|
|
"karma-junit-reporter": "^0.3.8",
|
2016-02-05 16:56:26 -08:00
|
|
|
"karma-phantomjs-launcher": "^1.0.0",
|
2015-07-21 14:24:17 -07:00
|
|
|
"karma-requirejs": "^0.2.2",
|
2016-01-14 17:08:19 -08:00
|
|
|
"lodash": "^3.10.1",
|
|
|
|
"markdown-toc": "^0.11.7",
|
2015-08-04 13:20:19 -07:00
|
|
|
"marked": "^0.3.5",
|
2016-03-04 12:01:11 -08:00
|
|
|
"merge-stream": "^1.0.0",
|
2015-07-30 15:32:17 -07:00
|
|
|
"mkdirp": "^0.5.1",
|
2016-01-28 17:16:44 -08:00
|
|
|
"moment": "^2.11.1",
|
2016-02-22 18:02:16 -08:00
|
|
|
"node-bourbon": "^4.2.3",
|
2016-02-05 13:59:03 -08:00
|
|
|
"phantomjs-prebuilt": "^2.1.0",
|
2016-03-17 14:28:22 -07:00
|
|
|
"requirejs": "2.1.x",
|
2016-01-14 17:08:19 -08:00
|
|
|
"split": "^1.0.0"
|
2015-07-21 14:24:17 -07:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "node app.js",
|
|
|
|
"test": "karma start --single-run",
|
2016-03-01 13:00:08 -08:00
|
|
|
"jshint": "jshint platform example",
|
2015-08-06 16:13:37 -07:00
|
|
|
"watch": "karma start",
|
2015-08-03 12:33:20 -07:00
|
|
|
"jsdoc": "jsdoc -c jsdoc.json -r -d target/docs/api",
|
2015-12-11 09:51:58 -08:00
|
|
|
"otherdoc": "node docs/gendocs.js --in docs/src --out target/docs --suppress-toc 'docs/src/index.md|docs/src/process/index.md'",
|
2016-01-29 10:17:44 -08:00
|
|
|
"docs": "npm run jsdoc ; npm run otherdoc",
|
2016-04-12 13:02:48 -07:00
|
|
|
"prepublish": "node ./node_modules/bower/bin/bower install && node ./node_modules/gulp/bin/gulp.js install"
|
2015-07-21 14:24:17 -07:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-05-04 10:08:55 -07:00
|
|
|
"url": "https://github.com/nasa/openmct.git"
|
2015-07-21 14:24:17 -07:00
|
|
|
},
|
|
|
|
"author": "",
|
2016-02-05 15:57:54 -08:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"private": true
|
2015-07-21 14:24:17 -07:00
|
|
|
}
|