-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 872 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 872 Bytes
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
{
"name": "react_scrolltrigger",
"version": "1.0.0",
"description": "React Component triggers an event when it scrolls into view",
"main": "dist/index.js",
"scripts": {
"build": "webpack"
},
"keywords": [
"React",
"Array",
"Input",
"Field",
"List"
],
"author": "hammad.fauz",
"license": "ISC",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"coloredbutton": "^1.0.1",
"lookupfield": "^1.0.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-fontawesome": "^1.6.1",
"react_tags": "^1.0.0",
"textfield": "^1.0.3",
"webpack": "^3.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hammadfauz/scrolltrigger.git"
}
}