-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 953 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 953 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
37
38
39
40
41
42
{
"name": "angular-2",
"version": "0.2.6",
"description": "A complete package for Angular 2 app development. [BETA]",
"main": "./lib/index",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/madhusudhand/atom-angular2",
"keywords": [
"atom",
"angular2"
],
"author": "Madhusudhan Dollu",
"license": "MIT",
"bugs": {
"url": "https://github.com/madhusudhand/atom-angular2/issues"
},
"homepage": "https://github.com/madhusudhand/atom-angular2#readme",
"dependencies": {
"js-module-indexer": "^0.0.4",
"lodash": "^4.16.3",
"typescript": "^2.1.4"
},
"providedServices": {
"autocomplete.provider": {
"versions": {
"3.0.0": "getProvider"
}
}
},
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
}
}