-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.16 KB
/
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": "scrolled-into-view",
"version": "1.0.0",
"description": "Determining whether the element into the document view.",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "parcel ./index.html --out-dir ./.cache",
"build": "rollup --config build/rollup.config.js"
},
"keywords": [
"scroll",
"reveal"
],
"repository": {
"type": "git",
"url": "git+https://github.com/shiyiya/scrolled-into-view.git"
},
"author": "shiyiya",
"license": "MIT",
"bugs": {
"url": "https://github.com/shiyiya/scrolled-into-view/issues"
},
"homepage": "https://github.com/shiyiya/scrolled-into-view#readme",
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/preset-env": "^7.6.2",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^23.6.0",
"parcel": "^1.12.3",
"rollup": "^0.67.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-uglify": "^6.0.3"
}
}