forked from jasonmayes/Twitter-Post-Fetcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 754 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 754 Bytes
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
{
"name": "@pixelunion/twitter-fetcher",
"version": "17.1.0",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"keywords": [
"Twitter",
"OAUTH",
"JavaScript",
"tweets",
"api",
"widget"
],
"scripts": {
"minify": "uglifyjs js/twitterFetcher.js --compress --mangle --comments --output js/twitterFetcher_min.js",
"prepare": "npm run minify"
},
"description": "Fetch your twitter posts without using the new Twitter 1.1 API. Pure JavaScript!",
"author": "Jason Mayes",
"main": "js/twitterFetcher_min.js",
"repository": "github:pixelunion/Twitter-Post-Fetcher",
"homepage": "https://github.com/pixelunion/Twitter-Post-Fetcher",
"devDependencies": {
"uglify-js": "^3.4.9"
}
}