-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
executable file
·48 lines (48 loc) · 1.36 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
{
"name": "angular-ui-tree-filter",
"version": "0.1.1",
"description": "A module providing an AngularJS filter which can be used with angular-ui-tree to match tree nodes",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/ee/angular-ui-tree-filter.git"
},
"keywords": [
"Angular",
"AngularJS",
"angular-ui",
"angular-ui-tree",
"filter"
],
"author": "Jarek Rencz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ee/angular-ui-tree-filter/issues"
},
"homepage": "https://github.com/ee/angular-ui-tree-filter",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-cli": "~0.1.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.0",
"grunt-defs": "~0.7.0",
"grunt-gh-pages": "~0.9.0",
"grunt-jscs": "~0.6.0",
"grunt-merge-conflict": "~0.0.2",
"grunt-ng-annotate": "~0.3.0",
"grunt-karma": "~0.8.2",
"karma": "~0.12.0",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma-jasmine": "~0.2.0",
"jit-grunt": "~0.7.0",
"jscs-trailing-comma": "~0.3.0"
}
}