-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 789 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 789 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
{
"name": "multiscroll-plugin",
"version": "0.1.0",
"description": "Multiscroll + split screen for reactjs",
"author": "Ruben Suet <ruben.suet@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Ruffeng/Multiscroll-plugin.git"
},
"keywords": [
"babel",
"gulp",
"es2015",
"multiscroll",
"splitscreen"
],
"homepage": "https://github.com/ruffeng/Multiscroll-plugin/#readme",
"private": true,
"devDependencies": {
"react-scripts": "0.7.0"
},
"dependencies": {
"react": "^15.3.2",
"react-dom": "^15.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}