forked from indrimuska/angular-selector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 942 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
33
34
35
{
"name": "angular-selector",
"version": "0.7.1",
"description": "A native AngularJS directive that transform a simple `<select>` box into a full html select with typeahead.",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/indrimuska/angular-selector.git"
},
"keywords": [
"select",
"angular",
"selector",
"directive",
"typeahead"
],
"author": "Indri Muska <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/indrimuska/angular-selector/issues"
},
"homepage": "http://indrimuska.github.io/angular-selector",
"dependencies": {
"angular": "~1.4.4"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bumpup": "^0.6.2",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-cssmin": "^0.13.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-sync-json": "^0.4.0",
"load-grunt-tasks": "^3.2.0"
}
}