6749cafa53
-Rename spec directory to test -Move old data.js file into the new test directory and rename to testData.js -Remove unused support/jasmine.json file -Populate testData.js with sample data from Exor blockchain -Re-configure explorerSpec.js tests to match new testData.js data
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"name": "explorer",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "npm run sass:compile && node --stack-size=10000 ./bin/cluster",
|
|
"stop": "kill -2 $(cat tmp/cluster.pid)",
|
|
"test": "node ./node_modules/jasmine/bin/jasmine.js test/*Spec.js",
|
|
"sass:compile": "sh ./scripts/sass_theme_reader.sh && ./node_modules/.bin/sass --no-source-map --style=compressed ./public/css/style.scss ./public/css/style.min.css"
|
|
},
|
|
"dependencies": {
|
|
"express": ">=4.17.1",
|
|
"async": "^3.1.0",
|
|
"intl": "^1.2.5",
|
|
"serve-favicon": "^2.5.0",
|
|
"morgan": ">=1.9.1",
|
|
"cookie-parser": "~1.4.4",
|
|
"body-parser": "~1.19.0",
|
|
"debug": ">=4.1.1",
|
|
"pug": "~3.0.0",
|
|
"postman-request": "2.88.1-postman.27",
|
|
"jsonminify": "0.4.1",
|
|
"jstransformer-markdown-it": "^2.1.0",
|
|
"mongodb": "3.6.3",
|
|
"mongoose": "5.11.4",
|
|
"qr-image": "~3.2.0",
|
|
"sass": "1.30.0",
|
|
"json": "10.0.0",
|
|
"strip-json-comments-cli": "1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"jasmine": "~3.6.3"
|
|
}
|
|
} |