-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
23 lines (23 loc) · 848 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
{
"name": "angular-clusterize-examples",
"version": "1.0.0",
"description": "Angular.js directives leveraging [Clusterize.js](https://github.com/NeXTs/Clusterize.js)",
"repository": {
"type": "git",
"url": "git+https://github.com/Thrilleratplay/Angular-Clusterize-Examples.git"
},
"author": "Tom Hiller <[email protected]> (https://github.com/Thrilleratplay)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Thrilleratplay/Angular-Clusterize-Examples/issues"
},
"homepage": "https://github.com/Thrilleratplay/Angular-Clusterize-Examples#readme",
"devDependencies": {
"eslint": ">=4.18.2",
"eslint-config-airbnb-base": "^5.0.1",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^1.3.1",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsdoc": "^2.3.1"
}
}