- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
43 lines (43 loc) · 766 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 766 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "map-react",
"version": "0.0.1",
"description": "",
"main": "index.js",
"dependencies": {
"radium": "^0.13.2",
"react": "^0.13.2",
"react-style": "^0.5.5"
},
"devDependencies": {
"babel-jest": "^5.3.0",
"babelify": "^6.1.3",
"browserify": "^11.0.0",
"gulp": "^3.9.0",
"jest-cli": "^0.4.17",
"react": "^0.13.3",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "jest"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testFileExtensions": [
"es6",
"js"
],
"moduleFileExtensions": [
"js",
"json",
"es6"
]
},
"field": [
"browser"
],
"keywords": [
"react",
"browser"
],
"author": "Qingo"
}