-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.38 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
{
"name": "angular-material-tree",
"version": "0.2.1",
"author": "Ben Rubin",
"description": "Angular material tree component",
"keywords": "material, material-design, design, angular, component, tree, md",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:B-3PO/angular-material-expander.git"
},
"main": "index.js",
"devDependencies": {
"bower-main": "^0.2.14",
"bump": "^0.2.5",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-bump": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-file": "^0.3.0",
"gulp-filter": "^4.0.0",
"gulp-inject": "^4.0.0",
"gulp-jasmine": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-ng-constant": "^2.0.0-2",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sequence": "^0.4.6",
"gulp-serve": "^1.2.0",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-wrap": "^0.11.0",
"jshint": "^2.8.0",
"karma": "^1.1.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"karma-spec-reporter": "0.0.26",
"merge-stream": "^1.0.0",
"require-sass": "^1.0.4",
"through2": "^2.0.1"
},
"scripts": {
"local": "gulp",
"build": "gulp build",
"test": ""
}
}