webgme
Version:
Web-based Generic Modeling Environment
66 lines (65 loc) • 2.07 kB
JSON
{
"name": "webgme",
"version": "2.47.0",
"description": "Web-based Generic Modeling Environment",
"engines": {
"node": ">=4.0.0"
},
"homepage": "http://github.com/webgme/webgme",
"keywords": [
"webgme",
"gme",
"cooperative",
"modeling",
"editor",
"domain"
],
"repository": {
"type": "git",
"url": "http://github.com/webgme/webgme.git"
},
"bugs": {
"url": "http://github.com/webgme/webgme/issues"
},
"license": "MIT",
"dependencies": {
"bower": "1.8.14",
"q": "1.5.1",
"require-uncached": "1.0.3",
"requirejs": "2.3.6",
"webgme-engine": "2.29.0",
"webgme-user-management-page": "^0.6.0"
},
"devDependencies": {
"chai": "^4.3.8",
"jscs": "^3.0.7",
"jshint": "^2.12.0",
"karma": "^6.4.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-express-http-server": "^0.0.1",
"karma-firefox-launcher": "^2.1.2",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-requirejs": "^1.1.0",
"karma-safari-launcher": "^1.0.0",
"mocha": "^6.0.0",
"typescript": "^5.4.2"
},
"main": "webgme",
"typings": "typings/webgme.d.ts",
"scripts": {
"start": "node app.js",
"prepublishOnly": "node ./utils/prepublish.js",
"build": "node ./utils/build/dist/build.js",
"compile": "tsc -p ./typings",
"bower": "bower install",
"postinstall": "node ./utils/postinstall.js",
"test": "node ./node_modules/mocha/bin/mocha --recursive test",
"test_ci": "node ./node_modules/mocha/bin/mocha -R dot --timeout 10000 --recursive test",
"test_cover": "node ./node_modules/istanbul/lib/cli.js --hook-run-in-context cover node_modules/mocha/bin/_mocha -- -R spec --timeout 10000 --recursive test",
"test_browser": "node ./node_modules/karma/bin/karma start karma.conf.js --browsers Firefox --single-run --no-auto-watch",
"tsdocs": "typedoc --out typed_docs --mode modules --includeDeclarations --target ES6 --exclude node_modules ./typings"
}
}