-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 833 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
26
27
28
29
30
31
32
33
{
"name": "eslint-plugin-done-component",
"version": "0.2.4",
"description": "An ESLint plugin to extract and lint scripts from DoneJS's .component files",
"keywords": [
"eslint-plugin",
"eslint",
"CanJS",
"component"
],
"main": "src/index.js",
"scripts": {
"test": "mocha src/tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imjoshdean/eslint-plugin-done-component.git"
},
"author": "Josh Dean <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/imjoshdean/eslint-plugin-done-component/issues"
},
"homepage": "https://github.com/imjoshdean/eslint-plugin-done-component",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.12.2",
"mocha": "^3.2.0"
},
"dependencies": {
"htmlparser2": "^3.9.2"
}
}