-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1019 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
{
"name": "hook-scroll",
"version": "1.1.2",
"description": "Router-async hook scroll",
"keywords": [
"router-async",
"react-router-async",
"hook",
"scroll"
],
"homepage": "https://github.com/router-async",
"bugs": {
"url": "https://github.com/router-async/hook-scroll/issues",
"email": "lamo2k123@gmail.com"
},
"license": "MIT",
"author": {
"name": "Aleksey Novikov",
"email": "lamo2k123@gmail.com"
},
"contributors": [],
"main": "index.js",
"repository": "router-async/hook-scroll",
"scripts": {
"watch": "babel ./src/main.js -w -o ./index.js",
"build": "babel ./src/main.js -o ./index.js"
},
"devDependencies": {
"babel-cli": "6.24.0",
"babel-plugin-transform-es2015-arrow-functions": "6.22.0",
"babel-plugin-transform-es2015-block-scoping": "6.23.0",
"babel-plugin-transform-es2015-destructuring": "6.23.0",
"babel-plugin-transform-es2015-parameters": "6.23.0",
"babel-plugin-transform-es2015-spread": "6.22.0"
}
}