-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 987 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
44
{
"name": "redux-vstack-router",
"version": "0.1.0",
"description": "Helpers to bind vstack-router to redux",
"keywords": [
"vstack",
"router"
],
"homepage": "https://github.com/vslinko/redux-vstack-router",
"bugs": {
"url": "https://github.com/vslinko/redux-vstack-router/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "Vyacheslav Slinko",
"email": "[email protected]",
"url": "https://twitter.com/vslinko"
},
"contributors": [],
"main": "dist",
"bin": {},
"repository": {
"type": "git",
"url": "vslinko/redux-vstack-router"
},
"scripts": {
"prepublish": "rm -rf dist && babel -d dist lib"
},
"config": {},
"dependencies": {},
"devDependencies": {
"babel": "^5.8.19"
},
"peerDependencies": {},
"bundledDependencies": [],
"optionalDependencies": {},
"engines": {},
"os": [],
"cpu": [],
"preferGlobal": false,
"private": false,
"publishConfig": {}
}