2
2
"name" : " react-memory-game" ,
3
3
"version" : " 0.0.0-development" ,
4
4
"description" : " A memory game engine." ,
5
- "main" : " src /index.js" ,
5
+ "main" : " dist /index.js" ,
6
6
"directories" : {
7
7
"doc" : " docs"
8
8
},
13
13
"check-coverage" : " istanbul check-coverage -statements 25 -branches 25 -functions 25 -lines 25" ,
14
14
"test" : " jest --watch" ,
15
15
"travis-deploy-once" : " travis-deploy-once" ,
16
- "semantic-release" : " semantic-release"
16
+ "semantic-release" : " semantic-release" ,
17
+ "prebuild" : " rimraf dist" ,
18
+ "build" : " babel --copy-files --out-dir dist --ignore *.spec.js src"
17
19
},
18
20
"repository" : {
19
21
"type" : " git" ,
20
22
"url" : " https://github.com/guioconnor/react-memory-game.git"
21
23
},
22
- "keywords" : [],
24
+ "keywords" : [
25
+ " memory" ,
26
+ " game" ,
27
+ " gaming" ,
28
+ " engine" ,
29
+ " board" ,
30
+ " pattern" ,
31
+ " children"
32
+ ],
33
+ "files" : [
34
+ " dist" ,
35
+ " README.md"
36
+ ],
23
37
"author" : " " ,
24
38
"license" : " ISC" ,
25
39
"bugs" : {
26
40
"url" : " https://github.com/guioconnor/react-memory-game/issues"
27
41
},
28
42
"homepage" : " https://github.com/guioconnor/react-memory-game#readme" ,
29
43
"devDependencies" : {
44
+ "babel-cli" : " ^6.26.0" ,
30
45
"babel-core" : " ^6.26.0" ,
31
46
"babel-jest" : " ^22.4.1" ,
32
47
"babel-plugin-transform-class-properties" : " ^6.24.1" ,
33
48
"babel-preset-env" : " ^1.6.1" ,
34
49
"babel-preset-react" : " ^6.24.1" ,
50
+ "babel-preset-stage-2" : " ^6.24.1" ,
35
51
"codecov.io" : " ^0.1.6" ,
36
52
"commitizen" : " ^2.9.6" ,
37
53
"cz-conventional-changelog" : " ^2.1.0" ,
45
61
"react" : " ^16.2.0" ,
46
62
"react-dom" : " ^16.2.0" ,
47
63
"regenerator-runtime" : " ^0.11.1" ,
64
+ "rimraf" : " ^2.6.2" ,
48
65
"semantic-release" : " ^15.0.2" ,
49
66
"travis-deploy-once" : " ^4.4.0"
50
67
},
68
+ "peerDependencies" : {
69
+ "react" : " ^16.2.0" ,
70
+ "lodash" : " ^4.17.5"
71
+ },
51
72
"czConfig" : {
52
73
"path" : " node_modules/cz-conventional-changelog"
53
74
},
56
77
"pre-commit" : " yarn coverage && yarn check-coverage"
57
78
}
58
79
}
59
- }
80
+ }
0 commit comments