-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 980 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
43
{
"name": "sourcejs-react",
"version": "6.0.1",
"description": "React middleware for sourcejs.com",
"main": "index.js",
"scripts": {
"test": "jest"
},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-register": "^6.26.0",
"eol": "^0.2.0",
"lodash": "^3.8.0",
"minimatch": "^2.0.10",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"babel-jest": "^21.2.0",
"jest": "^21.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1"
},
"repository": {
"type": "git",
"url": "https://github.com/szarouski/sourcejs-react.git"
},
"keywords": [
"sourcejs",
"react"
],
"engines": {
"node": ">= 6"
},
"author": "Sergey Zarouski",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/szarouski/sourcejs-react/issues"
},
"homepage": "https://github.com/szarouski/sourcejs-react"
}