forked from fairyly/js-test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 716 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 716 Bytes
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
{
"name": "test-demo",
"version": "1.0.4",
"description": "test-demo",
"main": "index.js",
"scripts": {
"test": "karma start --reporters clear-screen,dots,coverage",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},
"keywords": [
"test"
],
"author": "fairyilys@gmail.com",
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"istanbul": "^0.4.5",
"karma": "^4.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-clear-screen-reporter": "^1.0.0",
"karma-cli": "^2.0.0",
"karma-coverage": "^1.1.2",
"karma-mocha": "^1.3.0",
"mocha": "^5.2.0",
"sinon": "^7.2.4"
}
}