This repository was archived by the owner on May 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.46 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.46 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "angular-vertical-tree",
"version": "0.7.0",
"description": "A vertical tree directive",
"main": "angular-vertical-tree.js",
"scripts": {
"test": "karma"
},
"repository": {
"type": "git",
"url": "git@github.com:drgould/angular-vertical-tree.git"
},
"author": "Derek Gould <derekrossgould@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/drgould/angular-vertical-tree/issues"
},
"homepage": "https://github.com/drgould/angular-vertical-tree",
"devDependencies": {
"angular-mocks": "^1.5.11",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.5.1",
"event-stream": "^3.2.1",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.5.0",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.2.4",
"gulp-concat": "^2.4.3",
"gulp-jshint": "^1.9.0",
"gulp-jshint-cached": "^1.4.2",
"gulp-karma": "0.0.5",
"gulp-livereload": "^3.4.0",
"gulp-ng-annotate": "^0.5.0",
"gulp-notify": "^2.1.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.2",
"jasmine-core": "^2.4.1",
"jshint-stylish": "^1.0.0",
"karma": "^1.1.0",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"phantomjs": "^2.1.7",
"run-sequence": "^1.0.2",
"shelljs": "^0.3.0"
},
"dependencies": {
"angular": "^1.5.11",
"jquery": "^3.2.1"
}
}