realm-js/tests/package.json

21 lines
532 B
JSON
Raw Normal View History

2016-10-04 22:02:51 +00:00
{
"name": "realm-tests-jasmine",
"version": "0.0.1",
"private": true,
"dependencies": {
"es6-promise": "^3.2.1",
"jasmine": "^2.5.1",
"jasmine-console-reporter": "^1.2.7",
2016-11-08 16:59:30 +00:00
"jasmine-reporters": "^2.2.0",
"needle": "^1.3.0",
"terminate": "^1.0.8",
"tmp": "^0.0.30",
"url-parse": "^1.1.7"
2016-10-04 22:02:51 +00:00
},
"scripts": {
"test": "jasmine spec/unit_tests.js spec/sync_tests.js",
"test-nosync": "jasmine spec/unit_tests.js",
"test-sync-integration": "jasmine spec/sync_integration_tests.js"
2016-10-04 22:02:51 +00:00
}
}