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