forked from alexandreneves/react-flyout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 827 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 827 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
{
"name": "react-flyout",
"version": "1.0.4",
"description": "React Component to integrate Flyouts into your project.",
"readme": "README.md",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src/FlyoutCore.jsx --out-file dist/FlyoutCore.js & babel src/FlyoutWrapper.jsx --out-file dist/FlyoutWrapper.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexandreneves/react-flyout.git"
},
"author": "Alexandre Neves <adn.denied@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexandreneves/react-flyout/issues"
},
"homepage": "https://github.com/alexandreneves/react-flyout#readme",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13"
}
}