This repository was archived by the owner on Jan 31, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.3 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.3 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
52
53
54
{
"name": "term-manager",
"main": "./lib/index",
"version": "0.0.0",
"description": "A short description of your package",
"keywords": [],
"activationCommands": {
"atom-workspace": "term-manager:add"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fische/term-manager.git"
},
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"atom": "^1.0.0",
"atom-bottom-dock": "^0.5.3",
"react-for-atom": "^15.0.2-1",
"space-pen": "^5.1.2",
"pty.js": "~0.3.0"
},
"packageDependencies": {
"bottom-dock": "^0.2.0"
},
"consumedServices": {
"bottom-dock": {
"versions": {
"^0.2.0": "consumeBottomDock"
}
}
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-eslint": "^6.0.4",
"babel-plugin-syntax-flow": "^6.5.0",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"eslint": "^2.9.0",
"eslint-plugin-flow-vars": "^0.4.0",
"eslint-plugin-flowtype": "^2.2.7",
"eslint-plugin-react": "^5.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.0",
"gulp-clean": "^0.3.2",
"gulp-eslint": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-todo": "^4.1.0"
}
}