realm-js/tests/package.json

17 lines
439 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",
"jasmine-reporters": "^2.2.0"
},
"scripts": {
"test": "jasmine spec/unit_tests.js",
"test-sync": "jasmine spec/sync_integration_tests.js",
"postinstall": "rm -f node_modules/realm && ln -s ../.. node_modules/realm"
}
}