-
Notifications
You must be signed in to change notification settings - Fork 83
/
package.json
43 lines (43 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
{
"name": "oi.select",
"license": "MIT",
"version": "0.2.22",
"repository": {
"type": "git",
"url": "git://github.com/tamtakoe/oi.select.git"
},
"devDependencies": {
"gulp": "3.9.1",
"gulp-watch": "4.2.4",
"gulp-webserver": "0.8.7",
"gulp-stylus": "2.0.1",
"gulp-concat": "2.5.2",
"gulp-angular-templatecache": "1.5.0",
"gulp-uglify": "1.0.1",
"autoprefixer-stylus": "0.3.1",
"del": "0.1.3",
"gulp-minify-css": "0.4.2",
"gulp-minify-html": "1.0.0",
"gulp-rename": "1.2.2",
"stream-series": "0.1.1",
"jasmine-core": "2.3.4",
"karma": "0.13.9",
"karma-jasmine": "0.3.6",
"karma-coverage": "0.5.0",
"karma-chrome-launcher": "0.2.0",
"karma-firefox-launcher": "0.1.6",
"karma-opera-launcher": "0.3.0",
"karma-ie-launcher": "0.2.0",
"karma-phantomjs-launcher": "0.2.1",
"karma-sauce-launcher": "0.2.14",
"jasmine-jquery": "2.1.0",
"karma-jasmine-jquery": "0.1.1",
"karma-ng-html2js-preprocessor": "0.1.2"
},
"browser": "index.js",
"style": "dist/select.min.css",
"peerDependencies": {
"angular": ">=1.2",
"angular-sanitize": ">=1.2"
}
}