forked from inmagik/ionic-modal-select
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 796 Bytes
/
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
{
"name": "ionic-modal-select",
"version": "1.3.1",
"description": "Modal select for ionic",
"scripts": {},
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"babel-loader": "^6.2.5",
"css-loader": "^0.25.0",
"gulp": "^3.9.0",
"gulp-add-src": "^0.2.0",
"gulp-concat": "^2.6.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.3.0",
"html-loader": "^0.4.4",
"jasmine-core": "^2.3.4",
"karma": "^0.13.15",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"ng-annotate": "^1.2.1",
"ng-annotate-loader": "^0.1.1",
"phantomjs": "^1.9.18",
"raw-loader": "^0.5.1",
"webpack-stream": "^3.2.0"
}
}