forked from yoavniran/jest-jspm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.04 KB
/
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
43
44
{
"name": "@ineentho/jest-jspm",
"version": "1.0.0",
"description": "converts jspm aliasing config into jest mapping config",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test",
"prepublish": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ineentho/jest-jspm.git"
},
"keywords": [
"jest",
"jspm",
"systemjs",
"test"
],
"author": "Yoav Niran",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/ineentho/jest-jspm/issues"
},
"homepage": "https://github.com/ineentho/jest-jspm#readme",
"devDependencies": {
"babel-jest": "^19.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-2": "^6.22.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^3.0.1",
"gulp-jest": "^1.0.0",
"jest-cli": "^19.0.2"
},
"dependencies": {}
}