-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
50 lines (50 loc) · 1.37 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": "material-design-iconsets",
"version": "0.0.1",
"description": "Creates Icon Sets for use in Angular Material Design using the Google Material Design icons",
"main": "index.js",
"scripts": {
"init": "./node_modules/.bin/gulp init",
"build": "./node_modules/.bin/gulp build",
"build-community": "./node_modules/.bin/gulp build-community",
"clean": "./node_modules/.bin/gulp clean",
"cleanAll": "./node_modules/.bin/gulp cleanAll"
},
"repository": {
"type": "git",
"url": "https://github.com/nkoterba/material-design-iconsets.git"
},
"keywords": [
"material",
"design",
"angular",
"google",
"iconsets",
"svg"
],
"author": "Nathan Koterba <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nkoterba/material-design-iconsets/issues"
},
"homepage": "https://github.com/nkoterba/material-design-iconsets",
"dependencies": {
"del": "^1.1.1",
"event-stream": "^3.2.2",
"fs": "0.0.2",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-edit-xml": "^1.0.1",
"gulp-folders": "^1.1.0",
"gulp-git": "^1.0.0",
"gulp-if": "^1.2.5",
"gulp-insert": "^0.4.0",
"gulp-print": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-tap": "^0.1.3",
"lodash": "^3.10.0",
"mkdirp": "^0.5.0",
"path": "^0.11.14"
}
}