-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 940 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
36
37
{
"name": "regexer",
"version": "1.1.1",
"description": "Regexer",
"directories": {
"test": "test"
},
"scripts": {
"test": "karma start --reporters clear-screen,dots --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tushararora/regexer.git"
},
"keywords": [
"Regexer"
],
"author": "Tushar Arora <tushararora.cs@gmail.com> (https://github.com/tushararora)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tushararora/regexer/issues"
},
"homepage": "https://github.com/tushararora/regexer#readme",
"dependencies": {},
"devDependencies": {
"chai": "^4.1.1",
"karma": "^1.7.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-clear-screen-reporter": "^1.0.0",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-sinon": "^1.0.5",
"mocha": "^3.5.0",
"sinon": "^3.2.1"
}
}