-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "angular-ivh-treeview",
"version": "1.1.0",
"description": "Treeview for angular with filtering and checkboxes",
"main": "dist/ivh-treeview.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/ivantage/angular-ivh-treeview.git"
},
"keywords": [
"angular",
"tree",
"treeview"
],
"author": "jtrussell",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivantage/angular-ivh-treeview/issues"
},
"homepage": "https://github.com/ivantage/angular-ivh-treeview",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-jscs": "^3.0.1",
"matchdep": "^1.0.1"
}
}