[READ-ONLY] Mirror of https://github.com/danielroe/ipx.
0

Configure Feed

Select the types of activity you want to include in your feed.

ipx / client / js / package.json
333 B 20 lines
1{ 2 "name": "ipx-client", 3 "version": "0.2.2", 4 "license": "MIT", 5 "contributors": [ 6 "Pooya Parsa <pooya@fandogh.org>" 7 ], 8 "files": [ 9 "dist", 10 "src" 11 ], 12 "main": "dist/ipx-client.common.js", 13 "scripts": { 14 "build": "bili", 15 "prepare": "npm run build" 16 }, 17 "devDependencies": { 18 "bili": "^0.19.0" 19 } 20}