-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 961 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
32
{
"name": "emojissue",
"version": "0.0.3",
"description": "View most positive reacted Github issue comments.",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/alpcanaydin/emojissue"
},
"author": "Alpcan Aydin <[email protected]> (https://github.com/alpcanaydin)",
"license": "MIT",
"bugs": {
"url": "https://github.com/alpcanaydin/emojissue/issues"
},
"homepage": "https://github.com/alpcanaydin/emojissue",
"scripts": {
"lint": "eslint .",
"build": "rimraf dist && cp -r src dist && babel dist -d dist"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.17.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-eslint-comments": "^2.0.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.6.0",
"prettier": "^1.10.2",
"rimraf": "^2.6.2"
}
}