|
1 | 1 | { |
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": "pkempenaers@myforce.be", |
| 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 | + } |
28 | 40 | } |
0 commit comments