forked from angular-ui/ui-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.7 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "ui-select",
"main": "./index.js",
"author": "http://github.com/angular-ui/ui-select/graphs/contributors",
"homepage": "http://github.com/angular-ui/ui-select",
"repository": {
"url": "git://github.com/angular-ui/ui-select.git"
},
"style": "dist/select.css",
"version": "0.19.8",
"devDependencies": {
"angular": "^1.2.18",
"angular-mocks": "^1.2.18",
"angular-sanitize": "^1.2.18",
"conventional-changelog": "^0.5.3",
"conventional-recommended-bump": "0.0.3",
"del": "~0.1.1",
"event-stream": "~3.1.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-bump": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-conventional-changelog": "^0.7.0",
"gulp-filenames": "^2.0.0",
"gulp-footer": "^1.0.5",
"gulp-git": "^1.4.0",
"gulp-header": "^1.7.1",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-plumber": "^0.6.3",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-tag-version": "^1.3.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^2.2.19",
"jquery": "~1.11",
"jshint": "^2.9.1",
"jshint-stylish": "~0.3.0",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.3",
"karma-coverage": "~0.2",
"karma-firefox-launcher": "~0.1",
"karma-jasmine": "~0.2",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-phantomjs-launcher": "~0.1.4",
"run-sequence": "^1.1.5",
"streamqueue": "^1.1.1",
"title-case": "^1.1.2"
},
"scripts": {
"test": "gulp test"
},
"spm": {
"main": "dist/select.js",
"output": [
"dist/select.css"
]
},
"license": "MIT"
}