forked from marcjohlic/karmaTravisTest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 826 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
25
26
27
28
29
30
31
32
{
"name": "karmaTravisTest2",
"version": "1.0.0",
"description": "Verified Accessibility Samples",
"main": "index.js",
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snidersd/karmaTravisTest2"
},
"keywords": [
"a11y",
"accessiblity"
],
"author": "IBMa",
"license": "MIT",
"bugs": {
"url": "https://github.com/snidersd/karmaTravisTest2/issues"
},
"homepage": "https://github.com/snidersd/karmaTravisTest2#readme",
"devDependencies": {
"@ibma/karma-ibma": "https://aat.mybluemix.net:/dist/karma-ibma.tgz",
"jasmine-core": "^2.6.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-html2js-preprocessor": "^1.1.0",
"karma-jasmine": "^1.1.0",
"karma-spec-reporter": "0.0.31"
}
}