-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 998 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
38
{
"name": "@jsanahuja/notifierjs",
"description": "Instagram Feed without access token. Not using the Instagram API",
"homepage": "https://github.com/jsanahuja/Notifierjs",
"version": "1.2.4",
"keywords": [
"notifier",
"notification",
"notifier",
"notify",
"javascript",
"vanilla"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"author": {
"name": "Javier Sanahuja",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/jsanahuja/Notifierjs.git"
},
"license": "MIT",
"scripts": {
"build": "grunt build"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"babel-preset-minify": "^0.5.1",
"grunt": "^1.0.4",
"grunt-babel": "^8.0.0"
},
"main": "dist/Notifier.min.js",
"module": "dist/Notifier.min.js"
}