-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
33 lines (33 loc) · 891 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
{
"name": "nativescript-material-icons",
"version": "1.0.3",
"description": "A package containing ready to use material design icon font and css classes for nativescript projects. ",
"nativescript": {
"platforms": {
"android": "2.3.0",
"ios": "2.3.0"
}
},
"scripts": {
"prepare": "node scripts/prepare.js",
"postinstall": "node scripts/postinstall.js",
"postuninstall": "node scripts/postuninstall.js"
},
"author": "Shripal Soni",
"repository": {
"type": "git",
"url": "https://github.com/shripalsoni04/nativescript-material-icons"
},
"bugs": {
"url": "https://github.com/shripalsoni04/nativescript-material-icons/issues"
},
"keyeords": [
"nativescript",
"material design icons",
"nativescript material design icons"
],
"devDependencies": {
"material-design-icons": "^3.0.1"
},
"license": "MIT"
}