forked from SamyPesse/react-electron-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 866 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
{
"name": "react-electron-menu",
"version": "0.3.0",
"main": "lib/index.js",
"author": "Samy Pesse <[email protected]>",
"description": "React API to create menu for electron",
"bugs": "https://github.com/SamyPesse/react-electron-menu/issues",
"license": "Apache-2.0",
"dependencies": {
"react": "^15.4.2",
"react-test-renderer": "^15.4.2"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"eslint": "^3.1.1",
"eslint-config-gitbook": "^1.5.0"
},
"scripts": {
"prepublish": "babel ./src --out-dir ./lib",
"lint": "eslint ./src",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/SamyPesse/react-electron-menu.git"
}
}