-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
32 lines (32 loc) · 865 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
{
"name": "angular-dropdown-multiselect",
"version": "0.4.0",
"description": "Dropdown with multi-select feature.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rajush/angular-dropdown-multiselect.git"
},
"author": "Rajush Shakya",
"license": "ISC",
"bugs": {
"url": "https://github.com/rajush/angular-dropdown-multiselect/issues"
},
"homepage": "https://github.com/rajush/angular-dropdown-multiselect#readme",
"dependencies": {
"angular": "^1.3.10"
},
"devDependencies": {
"browser-sync": "^2.26.3",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.0.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.1.0",
"gulp-uglify": "^2.0.1"
}
}