forked from 60frames/jestpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 833 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
38
39
40
41
42
{
"name": "jestpack",
"version": "0.2.0",
"description": "Jest Webpack integration",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/60frames/jestpack.git"
},
"engines": {
"node": ">=5"
},
"keywords": [
"jestpack",
"jest",
"webpack",
"test",
"unit",
"jasmine",
"mock",
"TDD",
"BDD"
],
"author": {
"name": "Richard Scarrott",
"email": "[email protected]"
},
"license": "MIT",
"peerDependencies": {
"jest-cli": "*",
"webpack": "*"
},
"dependencies": {
"glob": "^5.0.14"
},
"devDependencies": {
"coding-standards": "git+ssh://[email protected]:60frames/coding-standards.git#1.0.6"
},
"homepage": "https://github.com/60frames/jestpack#readme"
}