forked from piotrrepetowski/js-glossary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 818 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "js-glossary",
"description": "Jasmine tests that describe JavaScripts features.",
"repository": {
"type": "git",
"url": "https://github.com/piotrrepetowski/js-glossary.git"
},
"author": "Piotr Repetowski <[email protected]> & Mirosław Filip <[email protected]>",
"devDependencies": {
"karma": "~0.10.2",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-opera-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-requirejs": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0"
},
"scripts": {
"test": "./node_modules/.bin/karma start CI/karma.config.js --single-run --no-auto-watch"
}
}