Skip to content
This repository was archived by the owner on Dec 16, 2019. It is now read-only.

Commit 82e0d4c

Browse files
committed
Merge branch 'Fix-1.10' into Version-1.10
2 parents fee9fb4 + 2e77b10 commit 82e0d4c

File tree

1 file changed

+38
-26
lines changed

1 file changed

+38
-26
lines changed

package.json

Lines changed: 38 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,40 @@
11
{
2-
"author": "",
3-
"name": "angularjs-dropdown-multiselect-demo",
4-
"version": "0.0.0",
5-
"description": "",
6-
"homepage": "",
7-
"dependencies": {
8-
"source-map": "^0.1.34"
9-
},
10-
"devDependencies": {
11-
"express": "~3.4.4",
12-
"grunt": "^0.4.5",
13-
"grunt-build-control": "^0.1.3",
14-
"grunt-contrib-concat": "~0.3.0",
15-
"grunt-contrib-cssmin": "~0.7.0",
16-
"grunt-contrib-jshint": "~0.7.0",
17-
"grunt-contrib-less": "~0.8.1",
18-
"grunt-contrib-uglify": "~0.2.5",
19-
"grunt-karma": "~0.6.2"
20-
},
21-
"scripts": {
22-
"test": "echo \"Error: no test specified\" && exit 1"
23-
},
24-
"repository": "",
25-
"engines": {
26-
"node": "0.10.10"
27-
}
2+
"author": "[email protected]",
3+
"name": "angularjs-dropdown-multiselect",
4+
"version": "0.0.0",
5+
"description": "This directive gives you a Bootstrap Dropdown with the power of AngularJS directives.",
6+
"homepage": "http://myforce.github.io/angularjs-dropdown-multiselect/#/",
7+
"dependencies": {
8+
"angular": "~1"
9+
},
10+
"devDependencies": {
11+
"express": "~3.4.4",
12+
"grunt": "^0.4.5",
13+
"grunt-build-control": "^0.1.3",
14+
"grunt-contrib-concat": "~0.3.0",
15+
"grunt-contrib-cssmin": "~0.7.0",
16+
"grunt-contrib-jshint": "~0.7.0",
17+
"grunt-contrib-less": "~0.8.1",
18+
"grunt-contrib-uglify": "~0.2.5",
19+
"grunt-karma": "~0.6.2"
20+
},
21+
"scripts": {
22+
"test": "echo \"Error: no test specified\" && exit 1"
23+
},
24+
"repository": {
25+
"type": "git",
26+
"url": "git+https://github.com/myforce/angularjs-dropdown-multiselect.git"
27+
},
28+
"engines": {
29+
"node": "0.10.10"
30+
},
31+
"main": "src/angularjs-dropdown-multiselect.js",
32+
"keywords": [
33+
"angular",
34+
"multiselect"
35+
],
36+
"license": "MIT",
37+
"bugs": {
38+
"url": "https://github.com/myforce/angularjs-dropdown-multiselect/issues"
39+
}
2840
}

0 commit comments

Comments
 (0)