-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.29 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "search-select",
"version": "2.0.0",
"description": "Searchable Select Dropdowns",
"repository": "https://github.com/MuseofMoose/SearchSelectLegacy.git",
"main": [
"dist/search-select.js",
"dist/search-select.css"
],
"keywords": [
"angularjs",
"angular",
"search",
"select",
"directive"
],
"author": "Spencer Dellis",
"license": "MIT",
"devDependencies": {
"del": "^0.1.3",
"event-stream": "^3.1.7",
"gulp": "^3.8.8",
"gulp-angular-templatecache": "^1.4.2",
"gulp-concat": "^2.4.1",
"gulp-connect": "^2.0.6",
"gulp-gh-pages": "^0.5.4",
"gulp-header": "^1.1.1",
"gulp-jshint": "^1.8.5",
"gulp-less": "^3.1.0",
"gulp-minify-css": "^0.3.10",
"gulp-minify-html": "^0.1.5",
"gulp-open": "^0.3.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"jasmine": "^2.5.2",
"jshint-stylish": "^1.0.0",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-junit-reporter": "^1.1.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.2",
"mversion": "^1.6.0"
}
}