-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.42 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.42 KB
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
{
"name": "elib",
"version": "1.0.0",
"description": "[](https://travis-ci.org/toshogakari/eLib) [](https://codeclimate.com/github/toshogakari/eLib) [](https://codeclimate.com/github/toshogakari/eLib/coverage) [](https://codeclimate.com/github/toshogakari/eLib) [](https://gemnasium.com/toshogakari/eLib)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toshogakari/eLib.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/toshogakari/eLib/issues"
},
"homepage": "https://github.com/toshogakari/eLib#readme",
"devDependencies": {
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"browserify-incremental": "^3.1.1"
},
"dependencies": {
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0"
},
"engines": {
"node": "6.3.1"
}
}