a31043d661
* WIP #828 Added icons for main nav bar * WIP #828 Change active node using the icons on the left * WIP #828 Basic panel loading * WIP #828 Added visualizers for each option * WIP #828 Added active indicator of icons * WIP #828 Added Architecture card * WIP #828-Removed unnecessary MainViewControl * WIP #828 Added thumbnail support to arch editor * WIP #828 Added basic table for ArtifactIndex * WIP #828 Added artifact delete support * WIP #828 Removed unnecessary arg from completeTransaction * WIP #828 Added size info and download link * WIP #828 italicized the type * WIP #828 Added SidebarLayout * WIP #828 Updated nav viz for SideBarLayout * WIP #828 Removed panel loading from MainView * WIP #828 Updated breadcrumb header to hide root children * WIP #828 Updated Index views for each container in root * WIP #828 Added ArchIndex * WIP #828 Fixed the sidebar height * WIP #828 Fixed nav bar size; layout left value * WIP #828 Renamed Sidebar (layout/viz), added ForwardViz * WIP #828 Fixed highlight on refresh * WIP #828 Fixed overlap w/ dropdown menu * WIP #828 Added support for old projects * WIP #828 Fixed old project errors * WIP #828 Fixed flashing when clicking 'HOME' on the breadcrumb path * WIP #828 Fixed the text alignment for the exec container * WIP #828 Centered text * WIP #828 Added creation time to artifact index * WIP #828 Fixed code climate issues
42 linhas
1.2 KiB
JSON
42 linhas
1.2 KiB
JSON
{
|
|
"name": "deepforge",
|
|
"bin": {
|
|
"deepforge": "./bin/deepforge"
|
|
},
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"start-dev": "NODE_ENV=dev node app.js",
|
|
"local": "node ./bin/start-local.js",
|
|
"worker": "node ./bin/start-worker.js",
|
|
"test": "mkdir ./test-tmp; node ./node_modules/mocha/bin/mocha --recursive test",
|
|
"watch-test": "./node_modules/nodemon/bin/nodemon.js --exec 'node ./node_modules/mocha/bin/mocha --recursive test'",
|
|
"build-nn": "node ./utils/nn-parser.js"
|
|
},
|
|
"version": "0.18.0",
|
|
"dependencies": {
|
|
"commander": "^2.9.0",
|
|
"dotenv": "^2.0.0",
|
|
"exists-file": "^2.1.0",
|
|
"express": "^4.14.0",
|
|
"lodash.difference": "^4.1.2",
|
|
"lodash.merge": "^4.5.1",
|
|
"mongodb": "^2.2.10",
|
|
"nodemon": "^1.9.2",
|
|
"q": "1.4.1",
|
|
"rimraf": "^2.4.0",
|
|
"webgme": "^2.0.0",
|
|
"webgme-autoviz": "^2.2.0",
|
|
"webgme-breadcrumbheader": "^2.1.1",
|
|
"webgme-chflayout": "^2.0.0",
|
|
"webgme-easydag": "dfst/webgme-easydag",
|
|
"webgme-fab": "dfst/webgme-fab",
|
|
"webgme-simple-nodes": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.0.0",
|
|
"jszip": "^2.5.0",
|
|
"mocha": "^2.2.5",
|
|
"mockery": "^1.7.0"
|
|
}
|
|
}
|