-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 997 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
33
34
35
{
"name": "what_they_say",
"version": "1.0.0",
"description": "acessibility app",
"main": "content.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3jacksonsmith/chrome_extension_speech_text.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/3jacksonsmith/chrome_extension_speech_text/issues"
},
"homepage": "https://github.com/3jacksonsmith/chrome_extension_speech_text#readme",
"devDependencies": {
"chai": "^4.2.0",
"grunt": "^1.0.4",
"grunt-bump": "^0.8.0",
"grunt-contrib-compress": "^1.5.0",
"grunt-contrib-copy": "^1.0.0",
"jasmine-core": "^3.4.0",
"karma": "^3.1.4",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"mocha": "^5.2.0"
}
}