forked from pedroabreu/ion-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 899 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
31
32
33
34
35
36
37
{
"name": "ion-gallery",
"version": "0.1.9",
"description": "Ionic gallery directive",
"main": "gulpfile.js",
"dependencies": {
"del": "^1.2.0",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.6.0",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.10.0",
"gulp-uglify": "^1.2.0"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-ng-annotate": "^0.5.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.1",
"gulp-strip-debug": "^1.0.2",
"jasmine-core": "^2.3.4",
"karma": "^0.12.36",
"karma-chrome-launcher": "^0.1.12",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.2.0",
"phantomjs": "^1.9.17"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ionic",
"gallery",
"slider"
],
"author": "Pedro Abreu <[email protected]>",
"license": "MIT"
}