-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 881 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 881 Bytes
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
{
"name": "angular-ivh-multi-select",
"version": "0.8.1",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/iVantage/angular-ivh-multi-select.git"
},
"author": "iVantage",
"bugs": {
"url": "https://github.com/iVantage/angular-ivh-multi-select/issues"
},
"homepage": "https://github.com/iVantage/angular-ivh-multi-select",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "^0.3.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^1.8.0",
"matchdep": "^0.3.0"
}
}