-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 995 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 995 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
{
"name": "angular-tree-view",
"version": "1.0.5",
"description": "A dynamic tree view directive that can be used with ui-router for navigation.",
"main": "index.js",
"scripts": {
"test": "karma start karma.config.js",
"start": "lite-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/engineer-andrew/Angular-Tree-View.git"
},
"keywords": [
"angular",
"tree-view"
],
"author": "Andrew Webster",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/engineer-andrew/Angular-Tree-View/issues"
},
"homepage": "https://engineer-andrew.github.io/Angular-Tree-View/",
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"jshint": "^2.9.3",
"jshint-stylish": "^2.2.1",
"lite-server": "^2.2.2"
}
}