forked from angular-ui/ui-select2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 811 Bytes
/
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
{
"author": "https://github.com/angular-ui/ui-select2/graphs/contributors",
"name": "angular-ui-select2",
"keywords": [
"angular",
"angularui",
"select2"
],
"description": "AngularUI - The companion suite for AngularJS",
"version": "0.0.5",
"homepage": "http://angular-ui.github.com",
"repository": {
"type": "git",
"url": "git://github.com/angular-ui/ui-select2.git"
},
"engines": {
"node": ">= 0.8.4"
},
"dependencies": {},
"devDependencies": {
"async": "0.1.x",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-conventional-changelog": "~1.0.0",
"grunt-karma": "~0.6.2",
"jasmine": "^2.4.1",
"karma": "~0.10.2",
"karma-jasmine": "^0.3.8",
"load-grunt-tasks": "~0.2.0"
}
}