-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 900 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
34
35
{
"name": "angular-tree-view",
"version": "1.0.0",
"description": "angular-tree-view",
"main": "dist/angular-tree-view.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hxlniada/angular-tree-view.git"
},
"keywords": [
"angular",
"tree-view"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/hxlniada/angular-tree-view/issues"
},
"homepage": "https://github.com/hxlniada/angular-tree-view",
"devDependencies": {
"event-stream": "^3.3.1",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.1.1",
"gulp-ng-annotate": "^0.5.3",
"gulp-ng-template": "^0.2.1",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0"
}
}