-
Notifications
You must be signed in to change notification settings - Fork 902
/
package.json
50 lines (50 loc) · 1.06 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": "ionic-material",
"version": "0.4.0",
"authors": [
"Zach Fitzgerald"
],
"description": "Ionic Material - Material Design for the Ionic Framework",
"main": "dist/ionic-material.min.js",
"keywords": [
"Ionic",
"Material",
"Design",
"Angular",
"Framework",
"Hybrid",
"Apps",
"Mobile"
],
"license": "MIT",
"homepage": "http://ionicmaterial.com",
"private": false,
"bugs": {
"url": "https://github.com/zachsoft/Ionic-Material/issues"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"gulp": "^3.7.0",
"gulp-concat": "^2.1.7",
"gulp-connect": "^2.2.0",
"gulp-livereload": "^3.0.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.1.0",
"gulp-uglify": "^0.2.1",
"lodash": "^3.9.1"
},
"devDependencies": {
"cz-conventional-changelog": "^1.1.0",
"gulp-sass": "^2.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-webpack": "^1.4.0",
"node-libs-browser": "^0.5.0",
"webpack": "^1.9.7"
}
}