-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 737 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 737 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
26
27
28
29
30
31
32
33
34
35
36
{
"name": "platform-controller",
"main": "./lib/main",
"version": "0.0.1",
"description": "HackTML package",
"repository": "https://github.com/atom/atom",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"consumedServices": {
"browser-plus": {
"versions": {
">=0.0.0": "consumeRefreshPage"
}
}
},
"dependencies": {
"atom-space-pen-views": "^2.0.3",
"cheerio": "^1.0.0-rc.3",
"esprima": "^4.0.1",
"fuzzaldrin": "^2.1.0",
"htmlhint": "^1.1.4",
"jslint": "^0.12.1",
"loophole": "^1.0.0",
"stylelint": "^10.1.0",
"sub-atom": "*",
"underscore-plus": "1.x",
"standard": "^8.6.0"
},
"standard": {
"globals": [
"atom"
]
}
}