-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
50 lines (50 loc) · 1.25 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
{
"name": "ng-hierarchical-selector",
"version": "0.5.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/lukemurray/NgHierarchicalSelector"
},
"keywords": [
"tree",
"control",
"hierarchical",
"hierarchy",
"selection",
"angular",
"angularjs"
],
"author": "Luke Murray",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukemurray/NgHierarchicalSelector/issues"
},
"homepage": "http://lukemurray.github.io/NgHierarchicalSelector/",
"devDependencies": {
"del": "^1.0.0",
"gulp": "^3.8.10",
"gulp-angular-templatecache": "^1.4.2",
"gulp-bump": "^0.1.11",
"gulp-concat": "^2.4.2",
"gulp-jshint": "^1.9.0",
"gulp-less": "^1.3.6",
"gulp-minify-css": "^0.3.11",
"gulp-ng-annotate": "^0.4.3",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.2",
"jasmine-core": "^2.1.3",
"karma": "^0.12.28",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.2",
"karma-phantomjs-launcher": "^0.1.4",
"run-sequence": "^1.0.2"
}
}