forked from ryaninvents/quick-issues
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.2 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.2 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "quick-issues",
"version": "0.9.3",
"description": "Issue tracking within Atom.",
"main": "src/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/r24y/quick-issues.git"
},
"keywords": [
"github",
"issues",
"atom"
],
"activationCommands": {
"atom-workspace": "quick-issues:open"
},
"author": "Ryan Kennedy <me@r24y.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/r24y/quick-issues/issues"
},
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"homepage": "https://github.com/r24y/quick-issues",
"dependencies": {
"marked": "~0.3.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"request": "^2.81.0",
"request-promise": "^4.2.0"
},
"devDependencies": {
"babel-preset-env": "^1.2.2",
"babel-preset-react": "^6.23.0",
"eslint": "^3.17.1",
"eslint-config-google": "^0.7.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-react": "^6.10.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cli": "^1.2.2",
"gulp-plumber": "^1.1.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11"
}
}