350214c609
- added karma utility to run jasmine unit tests - added Sinon library (for stubs/mocks/fakeserver) - added a few unit tests for core and files - added autotest-js.sh script
19 lines
548 B
JSON
19 lines
548 B
JSON
{
|
|
"name": "owncloud-js-tests",
|
|
"description": "ownCloud tests",
|
|
"version": "0.0.1",
|
|
"author": {
|
|
"name": "Vincent Petry",
|
|
"email": "pvince81@owncloud.com"
|
|
},
|
|
"private": true,
|
|
"homepage": "https://github.com/owncloud/",
|
|
"contributors": [],
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"karma": "*",
|
|
"karma-jasmine": "*",
|
|
"karma-junit-reporter": "*"
|
|
},
|
|
"engine": "node >= 0.8"
|
|
}
|