-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 959 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 959 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
{
"name": "angular2-component-generator",
"main": "./lib/angular2-component-generator",
"version": "0.0.1",
"description": "Generates angular2 component files (html, css, typescript -> template, style-sheet, component.ts + module.ts)",
"author": {
"name": "Dmytro Baikov",
"email": "dmitriybaikov@gmail.com"
},
"homepage": "https://github.com/dbaikov/atom-angular2-component-generator",
"keywords": [
"atom-angular2",
"angular2",
"angular2 component",
"angular2 generate component",
"typescript"
],
"activationCommands": {
"atom-workspace": "angular2-component-generator:toggle"
},
"repository": "https://github.com/dbaikov/atom-angular2-component-generator",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"atom-space-pen-views": "^2.2.0",
"change-case": "^3.0.0",
"fs": "0.0.1-security",
"fs-extra": "^0.30.0",
"rxjs": "^5.0.0-rc.1"
}
}