Skip to content

Commit 031db87

Browse files
authored
Create package.json
Nice list, thanks. With this file I can have this repo as dependency on my npm project and then get easily the latest version of your dist folder. See here: https://docs.npmjs.com/cli/v7/commands/npm-install
1 parent 14d281b commit 031db87

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "google-android-app-ids",
3+
"displayName": "Google Android Play Store Apps",
4+
"version": "1.0.0",
5+
"description": "A list of Google made Android apps (including Android System Apps) that can be found on the Play Store. Many of these come preinstalled on a new Android device",
6+
"repository": {
7+
"type": "git",
8+
"url": "git://github.com/petarov/google-android-app-ids.git"
9+
},
10+
"author": "Petar Petrov"
11+
}

0 commit comments

Comments
 (0)