-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 887 Bytes
/
package.json
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
{
"name": "babel-plugin-ng-component-module",
"version": "1.0.4",
"description": "Transforms the directive 'ngComponentModule' into a series of import/angular statements to lessen the amount of boilerplate.",
"main": "src/index.js",
"scripts": {
"lint": "node ./node_modules/eslint/bin/eslint.js src/index.js"
},
"devDependencies": {
"eslint": "4.3.0",
"eslint-config-airbnb": "15.1.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-react": "7.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/langdonx/babel-plugin-ng-component-module.git"
},
"author": "Langdon Oliver <[email protected]>",
"bugs": {
"url": "https://github.com/langdonx/babel-plugin-ng-component-module/issues"
},
"homepage": "https://github.com/langdonx/babel-plugin-ng-component-module#readme"
}