зеркало из https://github.com/mozilla/MozDef.git
31 строка
785 B
JSON
31 строка
785 B
JSON
{
|
|
"name": "mozdef",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "meteor run",
|
|
"test": "meteor test --once --driver-package meteortesting:mocha",
|
|
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
|
|
"visualize": "meteor --production --extra-packages bundle-visualizer"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.1.2",
|
|
"bcrypt": "^3.0.1",
|
|
"dc": "^2.1.10",
|
|
"jquery": "^1.12.3",
|
|
"jquery-ui": "^1.12.1",
|
|
"meteor-node-stubs": "^0.4.1",
|
|
"pivottable": "^2.22.0",
|
|
"pnotify": "^3.2.1",
|
|
"three-full": "^11.3.2",
|
|
"uuid": "^3.3.2",
|
|
"validator": "^10.8.0"
|
|
},
|
|
"meteor": {
|
|
"mainModule": {
|
|
"client": "client/main.js",
|
|
"server": "server/main.js"
|
|
}
|
|
},
|
|
"devDependencies": {}
|
|
}
|