forked from a5hik/angular-multi-select-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "angular-multi-select-tree",
"version": "0.1.0",
"description": "A hierarchical (or tree) selection control for AngularJS",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/a5hik/angular-multi-select-tree"
},
"keywords": [
"tree",
"control",
"hierarchical",
"hierarchy",
"selection",
"angualr",
"angularjs"
],
"author": "Muhammed Ashik",
"license": "MIT",
"bugs": {
"url": "https://github.com/a5hik/angular-multi-select-tree/issues"
},
"homepage": "https://github.com/a5hik/angular-multi-select-tree",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-concat": "~0.3.x",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "~0.2.x",
"grunt-contrib-jshint": "~0.4.x",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-angular-templates": "~0.5.7",
"grunt-open": "~0.2.3",
"grunt-karma": "~0.7.x",
"karma-jasmine": "~0.2.2",
"karma-chrome-launcher": "~0.1",
"grunt-conventional-changelog": "~1.0.x",
"grunt-ngmin": "~0.0.3",
"load-grunt-tasks": "~0.2.0",
"lodash": "~2.4.x"
}
}